mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +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")
|
@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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user