File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/integration/defs/accuracy Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,9 +264,9 @@ class TestNemotronSuperV3(LlmapiAccuracyTestHarness):
264264 """
265265
266266 MODEL_NAME = "nvidia/NVIDIA-Nemotron-3-Super-120B-012726"
267- MODEL_PATH_BF16 = f"nvidia /NVIDIA-Nemotron-3-Super-120B-BF16-BF16KV-012726"
268- MODEL_PATH_FP8 = "nvidia /NVIDIA-Nemotron-3-Super-120B-FP8-FP8KV-012726"
269- MODEL_PATH_FP4 = f"nvidia /NVIDIA-Nemotron-3-Super-120B-NVFP4-FP8KV-012726"
267+ MODEL_PATH_BF16 = f"{ llm_models_root () } /NVIDIA-Nemotron-3-Super-120B-BF16-BF16KV-012726"
268+ MODEL_PATH_FP8 = f" { llm_models_root () } /NVIDIA-Nemotron-3-Super-120B-FP8-FP8KV-012726"
269+ MODEL_PATH_FP4 = f"{ llm_models_root () } /NVIDIA-Nemotron-3-Super-120B-NVFP4-FP8KV-012726"
270270
271271 # Set minimum possible seq len + small buffer, for test speed & memory usage
272272 MAX_SEQ_LEN = max (MMLU .MAX_INPUT_LEN + MMLU .MAX_OUTPUT_LEN ,
You can’t perform that action at this time.
0 commit comments