mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 13:52:07 +00:00
fix: bump org name in gemma3 test
This commit is contained in:
parent
2c2fc6544d
commit
febc488e0e
@ -7,7 +7,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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user