fix: bump org name in gemma3 test

This commit is contained in:
drbh 2025-03-17 15:57:07 +00:00
parent 2c2fc6544d
commit febc488e0e

View File

@ -7,7 +7,7 @@ import pytest
@pytest.fixture(scope="module") @pytest.fixture(scope="module")
def flash_gemma3_handle(launcher): 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 yield handle