Skip to content

Commit 2d0a717

Browse files
v2.0.1
1 parent f9ee2c4 commit 2d0a717

13 files changed

+55
-55
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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 = "2.0.0"
12+
version = "2.0.1"
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": "2.0.0"
13+
"version": "2.0.1"
1414
},
1515
"paths": {
1616
"/": {

integration-tests/models/__snapshots__/test_chat_llama/test_flash_llama_simple.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": "2.0.0-native",
20+
"system_fingerprint": "2.0.1-native",
2121
"usage": {
2222
"completion_tokens": 100,
2323
"prompt_tokens": 60,

integration-tests/models/__snapshots__/test_completion_prompts/test_flash_llama_completion_many_prompts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"id": "",
3030
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3131
"object": "text_completion",
32-
"system_fingerprint": "2.0.0-native",
32+
"system_fingerprint": "2.0.1-native",
3333
"usage": {
3434
"completion_tokens": 36,
3535
"prompt_tokens": 8,

0 commit comments

Comments
 (0)