mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 11:24:53 +00:00
fix: bump test snaps
This commit is contained in:
parent
fd6bafe37d
commit
db2541ccd5
@ -5,19 +5,19 @@
|
||||
"index": 0,
|
||||
"logprobs": null,
|
||||
"message": {
|
||||
"content": "{\"firstName\":\"David\",\"lastName\":\"(Not provided)\",\"hobby\":\": Trees and nature\",\"numCats\":2}",
|
||||
"content": "{\"firstName\":\"David\",\"lastName\":\"(Not provided)\",\"hobby\":\", nature\",\"numCats\":2}",
|
||||
"role": "assistant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"created": 1741975610,
|
||||
"created": 1746053368,
|
||||
"id": "",
|
||||
"model": "google/gemma-3-4b-it",
|
||||
"object": "chat.completion",
|
||||
"system_fingerprint": "3.2.1-dev0-native",
|
||||
"system_fingerprint": "3.2.3-dev0-native",
|
||||
"usage": {
|
||||
"completion_tokens": 37,
|
||||
"completion_tokens": 35,
|
||||
"prompt_tokens": 32,
|
||||
"total_tokens": 69
|
||||
"total_tokens": 67
|
||||
}
|
||||
}
|
||||
|
@ -5,19 +5,19 @@
|
||||
"index": 0,
|
||||
"logprobs": null,
|
||||
"message": {
|
||||
"content": "{\"name\":\"John Smith\",\"age\":30,\"address\":{\"street\":\"Maple Street\",\"city\":\"Boston\"},\"hobbies\":[\"botany\",\", \",\"astronomy\",\", \",\"solving mathematical puzzles\"]}",
|
||||
"content": "{\"name\":\"John Smith\",\"age\":30,\"address\":{\"street\":\"Maple Street\",\"city\":\"Boston\"},\"hobbies\":[\"botany\",\"astronomy\",\"solving mathematical puzzles\"]}",
|
||||
"role": "assistant"
|
||||
}
|
||||
}
|
||||
],
|
||||
"created": 1741975505,
|
||||
"created": 1746053373,
|
||||
"id": "",
|
||||
"model": "google/gemma-3-4b-it",
|
||||
"object": "chat.completion",
|
||||
"system_fingerprint": "3.2.1-dev0-native",
|
||||
"system_fingerprint": "3.2.3-dev0-native",
|
||||
"usage": {
|
||||
"completion_tokens": 50,
|
||||
"completion_tokens": 44,
|
||||
"prompt_tokens": 37,
|
||||
"total_tokens": 87
|
||||
"total_tokens": 81
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user