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