mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-10 19:22:10 -04:00
infra: prepare for release 0.2.5 [generated] [skip ci]
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -18,6 +18,20 @@ This changelog is managed by towncrier and is compiled at release time.
|
||||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [0.2.5](https://github.com/bentoml/openllm/tree/v0.2.5)
|
||||
|
||||
### Features
|
||||
|
||||
- Added support for sending arguments via CLI.
|
||||
|
||||
```python
|
||||
openllm query --endpoint localhost:3000 "What is the difference between noun and pronoun?" --sampling-params temperature 0.84
|
||||
```
|
||||
|
||||
Fixed llama2 qlora training script to save unquantized weights
|
||||
[#130](https://github.com/bentoml/openllm/issues/130)
|
||||
|
||||
|
||||
## [0.2.4](https://github.com/bentoml/openllm/tree/v0.2.4)
|
||||
No significant changes.
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
Added support for sending arguments via CLI.
|
||||
|
||||
```python
|
||||
openllm query --endpoint localhost:3000 "What is the difference between noun and pronoun?" --sampling-params temperature 0.84
|
||||
```
|
||||
|
||||
Fixed llama2 qlora training script to save unquantized weights
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openllm",
|
||||
"version": "0.2.5.dev0",
|
||||
"version": "0.2.5",
|
||||
"description": "OpenLLM: Your one stop-and-go solution for serving Large Language Model",
|
||||
"repository": "git@github.com:llmsys/OpenLLM.git",
|
||||
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
__version__ = "0.2.5.dev0"
|
||||
__version__ = "0.2.5"
|
||||
|
||||
Reference in New Issue
Block a user