Unverified Commit 6c4496a1 authored by OlivierDehaene's avatar OlivierDehaene Committed by GitHub
Browse files

v1.4.4 (#1668)

parent 1e9bcd9d
This diff is collapsed.
......@@ -9,7 +9,7 @@ members = [
resolver = "2"
[workspace.package]
version = "1.4.3"
version = "1.4.4"
edition = "2021"
authors = ["Olivier Dehaene"]
homepage = "https://github.com/huggingface/text-generation-inference"
......
......@@ -10,7 +10,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "1.4.3"
"version": "1.4.4"
},
"paths": {
"/": {
......
......@@ -17,7 +17,7 @@
"id": "",
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"object": "text_completion",
"system_fingerprint": "1.4.3-native",
"system_fingerprint": "1.4.4-native",
"usage": {
"completion_tokens": 100,
"prompt_tokens": 60,
......
......@@ -31,7 +31,7 @@
"id": "",
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"object": "text_completion",
"system_fingerprint": "1.4.3-native",
"system_fingerprint": "1.4.4-native",
"usage": {
"completion_tokens": 29,
"prompt_tokens": 316,
......
......@@ -31,7 +31,7 @@
"id": "",
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"object": "text_completion",
"system_fingerprint": "1.4.3-native",
"system_fingerprint": "1.4.4-native",
"usage": {
"completion_tokens": 29,
"prompt_tokens": 316,
......
......@@ -30,7 +30,7 @@
"id": "",
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"object": "text_completion",
"system_fingerprint": "1.4.3-native",
"system_fingerprint": "1.4.4-native",
"usage": {
"completion_tokens": 21,
"prompt_tokens": 187,
......
......@@ -23,5 +23,5 @@
"id": "",
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"object": "text_completion",
"system_fingerprint": "1.4.3-native"
"system_fingerprint": "1.4.4-native"
}
[tool.poetry]
name = "text-generation-integration-tests"
version = "1.4.3"
version = "1.4.4"
description = "Text Generation Inference integration tests"
authors = ["Nicolas Patry <nicolas@huggingface.co>"]
......
[tool.poetry]
name = "text-generation-server"
version = "1.4.3"
version = "1.4.4"
description = "Text Generation Inference Python gRPC Server"
authors = ["Olivier Dehaene <olivier@huggingface.co>"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment