Skip to content

Commit 5ce4a8d

Browse files
committed
revert path
Signed-off-by: Dongfeng Yu <[email protected]>
1 parent c8da25f commit 5ce4a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/accuracy/test_llm_api_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3614,7 +3614,7 @@ class TestGPTOSS(LlmapiAccuracyTestHarness):
36143614
"apply_chat_template": True,
36153615
}
36163616

3617-
MODEL_PATH = f"openai/gpt-oss-120b"
3617+
MODEL_PATH = f"{llm_models_root()}/gpt_oss/gpt-oss-120b"
36183618

36193619
@pytest.mark.parametrize(
36203620
"kv_cache_dtype",

0 commit comments

Comments
 (0)