mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
fix: skip llama test due to CI issue (temp)
This commit is contained in:
parent
4f1543d3c7
commit
ce70fce925
@ -1,5 +1,8 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
# TODO: avoid skipping module when CI permissions are fixed
|
||||||
|
pytest.skip(allow_module_level=True)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="module")
|
@pytest.fixture(scope="module")
|
||||||
def flash_llama_handle(launcher):
|
def flash_llama_handle(launcher):
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
# TODO: avoid skipping module when CI permissions are fixed
|
||||||
|
pytest.skip(allow_module_level=True)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="module")
|
@pytest.fixture(scope="module")
|
||||||
def flash_llama_gptq_handle(launcher):
|
def flash_llama_gptq_handle(launcher):
|
||||||
|
Loading…
Reference in New Issue
Block a user