fix ci
Former-commit-id: 280c0f3f2cea4dfced797cc0e15f72b8b3a93542
This commit is contained in:
@@ -52,6 +52,7 @@ INFER_ARGS = {
|
||||
CI_OS = os.environ.get("CI_OS", "")
|
||||
|
||||
|
||||
@pytest.mark.skipif(CI_OS.startswith("windows"), reason="Skip for windows.")
|
||||
def test_pissa_train():
|
||||
model = load_train_model(**TRAIN_ARGS)
|
||||
ref_model = load_reference_model(TINY_LLAMA_PISSA, TINY_LLAMA_PISSA, use_pissa=True, is_trainable=True)
|
||||
|
||||
Reference in New Issue
Block a user