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