mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 16:02:10 +00:00
fix: bump org name in gemma3 test
This commit is contained in:
parent
4727a3af67
commit
dd78df94ad
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user