From fa40801fb65d20ed1facfa23e704e719f5d0ca9c Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 26 Feb 2024 15:24:48 +0100 Subject: [PATCH] Specify revision to force use safetensors files. --- integration-tests/models/test_flash_medusa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/models/test_flash_medusa.py b/integration-tests/models/test_flash_medusa.py index e0cc1039..f90d1d9a 100644 --- a/integration-tests/models/test_flash_medusa.py +++ b/integration-tests/models/test_flash_medusa.py @@ -3,7 +3,7 @@ import pytest @pytest.fixture(scope="module") def flash_medusa_handle(launcher): - with launcher("FasterDecoding/medusa-vicuna-7b-v1.3", num_shard=2) as handle: + with launcher("FasterDecoding/medusa-vicuna-7b-v1.3", num_shard=2, revision="refs/pr/1") as handle: yield handle