fix: bump org name in gemma3 test

This commit is contained in:
drbh 2025-03-17 16:03:11 +00:00
parent 4727a3af67
commit dd78df94ad

View File

@ -3,7 +3,7 @@ import pytest
@pytest.fixture(scope="module")
def flash_gemma3_handle(launcher):
with launcher("gg-hf-g/gemma-3-4b-it", num_shard=2) as handle:
with launcher("google/gemma-3-4b-it", num_shard=2) as handle:
yield handle