Skip to content

Commit 6c4496a

Browse files
v1.4.4 (#1668)
1 parent 1e9bcd9 commit 6c4496a

10 files changed

+176
-181
lines changed

Cargo.lock

Lines changed: 167 additions & 172 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "1.4.3"
12+
version = "1.4.4"
1313
edition = "2021"
1414
authors = ["Olivier Dehaene"]
1515
homepage = "https://github.com/huggingface/text-generation-inference"

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "Apache 2.0",
1111
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1212
},
13-
"version": "1.4.3"
13+
"version": "1.4.4"
1414
},
1515
"paths": {
1616
"/": {

integration-tests/models/__snapshots__/test_tools_llama/test_flash_llama_grammar_no_tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"id": "",
1818
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
1919
"object": "text_completion",
20-
"system_fingerprint": "1.4.3-native",
20+
"system_fingerprint": "1.4.4-native",
2121
"usage": {
2222
"completion_tokens": 100,
2323
"prompt_tokens": 60,

integration-tests/models/__snapshots__/test_tools_llama/test_flash_llama_grammar_tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"id": "",
3232
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3333
"object": "text_completion",
34-
"system_fingerprint": "1.4.3-native",
34+
"system_fingerprint": "1.4.4-native",
3535
"usage": {
3636
"completion_tokens": 29,
3737
"prompt_tokens": 316,

integration-tests/models/__snapshots__/test_tools_llama/test_flash_llama_grammar_tools_auto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"id": "",
3232
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3333
"object": "text_completion",
34-
"system_fingerprint": "1.4.3-native",
34+
"system_fingerprint": "1.4.4-native",
3535
"usage": {
3636
"completion_tokens": 29,
3737
"prompt_tokens": 316,

integration-tests/models/__snapshots__/test_tools_llama/test_flash_llama_grammar_tools_choice.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"id": "",
3131
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3232
"object": "text_completion",
33-
"system_fingerprint": "1.4.3-native",
33+
"system_fingerprint": "1.4.4-native",
3434
"usage": {
3535
"completion_tokens": 21,
3636
"prompt_tokens": 187,

integration-tests/models/__snapshots__/test_tools_llama/test_flash_llama_grammar_tools_stream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"id": "",
2424
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
2525
"object": "text_completion",
26-
"system_fingerprint": "1.4.3-native"
26+
"system_fingerprint": "1.4.4-native"
2727
}

integration-tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "text-generation-integration-tests"
3-
version = "1.4.3"
3+
version = "1.4.4"
44
description = "Text Generation Inference integration tests"
55
authors = ["Nicolas Patry <[email protected]>"]
66

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "text-generation-server"
3-
version = "1.4.3"
3+
version = "1.4.4"
44
description = "Text Generation Inference Python gRPC Server"
55
authors = ["Olivier Dehaene <[email protected]>"]
66

0 commit comments

Comments
 (0)