Working integration-tests.

This commit is contained in:
Nicolas Patry 2024-05-15 10:17:07 +00:00
parent 17ac93efd3
commit 65bc0aaa58
2 changed files with 4 additions and 3 deletions

View File

@ -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>"
}

View File

@ -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: