mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Working integration-tests.
This commit is contained in:
parent
17ac93efd3
commit
65bc0aaa58
@ -8,13 +8,13 @@
|
||||
"tokens": [
|
||||
{
|
||||
"id": 54901,
|
||||
"logprob": -0.61621094,
|
||||
"logprob": -0.72753906,
|
||||
"special": false,
|
||||
"text": "beach"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"logprob": -0.11273193,
|
||||
"logprob": -0.011009216,
|
||||
"special": true,
|
||||
"text": "<eos>"
|
||||
}
|
||||
|
@ -7,8 +7,9 @@ import base64
|
||||
@pytest.fixture(scope="module")
|
||||
def flash_pali_gemma_handle(launcher):
|
||||
with launcher(
|
||||
"gv-hf/paligemma-3b-mix-224",
|
||||
"google/paligemma-3b-pt-224",
|
||||
num_shard=1,
|
||||
revision="float16",
|
||||
max_input_length=4000,
|
||||
max_total_tokens=4096,
|
||||
) as handle:
|
||||
|
Loading…
Reference in New Issue
Block a user