Skip to content

Commit e6bb3ff

Browse files
v1.4.3 (#1609)
1 parent 26cdea5 commit e6bb3ff

12 files changed

+86
-88
lines changed

Cargo.lock

Lines changed: 75 additions & 75 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.2"
12+
version = "1.4.3"
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.2"
13+
"version": "1.4.3"
1414
},
1515
"paths": {
1616
"/": {

docs/source/_toctree.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
title: Supported Models and Hardware
1010
- local: messages_api
1111
title: Messages API
12-
- local: guidance
13-
title: Guidance
1412
title: Getting started
1513
- sections:
1614
- local: basic_tutorials/consuming_tgi

docs/source/conceptual/guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ curl localhost:3000/v1/chat/completions \
262262
],
263263
"tool_choice": "get_current_weather"
264264
}'
265-
// {"id":"","object":"text_completion","created":1709051640,"model":"HuggingFaceH4/zephyr-7b-beta","system_fingerprint":"1.4.2-native","choices":[{"index":0,"message":{"role":"assistant","tool_calls":{"id":0,"type":"function","function":{"description":null,"name":"tools","parameters":{"format":"celsius","location":"New York"}}}},"logprobs":null,"finish_reason":"eos_token"}],"usage":{"prompt_tokens":157,"completion_tokens":19,"total_tokens":176}}
265+
// {"id":"","object":"text_completion","created":1709051640,"model":"HuggingFaceH4/zephyr-7b-beta","system_fingerprint":"1.4.3-native","choices":[{"index":0,"message":{"role":"assistant","tool_calls":{"id":0,"type":"function","function":{"description":null,"name":"tools","parameters":{"format":"celsius","location":"New York"}}}},"logprobs":null,"finish_reason":"eos_token"}],"usage":{"prompt_tokens":157,"completion_tokens":19,"total_tokens":176}}
266266
```
267267

268268
<details>
@@ -362,7 +362,7 @@ if __name__ == "__main__":
362362
import asyncio
363363
asyncio.run(main())
364364

365-
# {"id":"","object":"text_completion","created":1709051942,"model":"HuggingFaceH4/zephyr-7b-beta","system_fingerprint":"1.4.2-native","choices":[{"index":0,"message":{"role":"assistant","tool_calls":{"id":0,"type":"function","function":{"description":null,"name":"tools","parameters":{"format":"celsius","location":"New York"}}}},"logprobs":null,"finish_reason":"eos_token"}],"usage":{"prompt_tokens":157,"completion_tokens":20,"total_tokens":177}}
365+
# {"id":"","object":"text_completion","created":1709051942,"model":"HuggingFaceH4/zephyr-7b-beta","system_fingerprint":"1.4.3-native","choices":[{"index":0,"message":{"role":"assistant","tool_calls":{"id":0,"type":"function","function":{"description":null,"name":"tools","parameters":{"format":"celsius","location":"New York"}}}},"logprobs":null,"finish_reason":"eos_token"}],"usage":{"prompt_tokens":157,"completion_tokens":20,"total_tokens":177}}
366366

367367
```
368368

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.2-native",
20+
"system_fingerprint": "1.4.3-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
@@ -29,7 +29,7 @@
2929
"id": "",
3030
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3131
"object": "text_completion",
32-
"system_fingerprint": "1.4.2-native",
32+
"system_fingerprint": "1.4.3-native",
3333
"usage": {
3434
"completion_tokens": 29,
3535
"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
@@ -29,7 +29,7 @@
2929
"id": "",
3030
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3131
"object": "text_completion",
32-
"system_fingerprint": "1.4.2-native",
32+
"system_fingerprint": "1.4.3-native",
3333
"usage": {
3434
"completion_tokens": 29,
3535
"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
@@ -28,7 +28,7 @@
2828
"id": "",
2929
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3030
"object": "text_completion",
31-
"system_fingerprint": "1.4.2-native",
31+
"system_fingerprint": "1.4.3-native",
3232
"usage": {
3333
"completion_tokens": 21,
3434
"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.2-native"
26+
"system_fingerprint": "1.4.3-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.2"
3+
version = "1.4.3"
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.2"
3+
version = "1.4.3"
44
description = "Text Generation Inference Python gRPC Server"
55
authors = ["Olivier Dehaene <[email protected]>"]
66

0 commit comments

Comments
 (0)