mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 11:24:53 +00:00
modify integration tests
This commit is contained in:
parent
f8e230f65c
commit
614a1a7202
@ -3,7 +3,7 @@
|
||||
"details": {
|
||||
"finish_reason": "length",
|
||||
"generated_tokens": 20,
|
||||
"tokens": [
|
||||
"prefill": [
|
||||
[
|
||||
10264,
|
||||
"Test",
|
||||
@ -13,7 +13,9 @@
|
||||
8821,
|
||||
" request",
|
||||
-11.895094
|
||||
],
|
||||
]
|
||||
],
|
||||
"tokens": [
|
||||
[
|
||||
17,
|
||||
".",
|
||||
|
@ -3,12 +3,14 @@
|
||||
"details": {
|
||||
"finish_reason": "length",
|
||||
"generated_tokens": 20,
|
||||
"tokens": [
|
||||
"prefill": [
|
||||
[
|
||||
0,
|
||||
"<pad>",
|
||||
null
|
||||
],
|
||||
]
|
||||
],
|
||||
"tokens": [
|
||||
[
|
||||
259,
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user