We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea96776 commit 9808a1bCopy full SHA for 9808a1b
script/add-custom-nvidia-system/customize.py
@@ -34,7 +34,7 @@ def postprocess(i):
34
mlc_model = env["MLC_MODEL"]
35
if "llama2-70b" in mlc_model:
36
mlc_model = "llama2-70b"
37
- target_dir = os.path.join(mlc_code_path, "configs", system_name, scenario)
+ target_dir = os.path.join(env['MLC_MLPERF_INFERENCE_NVIDIA_CODE_PATH'], "configs", system_name, scenario)
38
os.makedirs(target_dir, exist_ok=True)
39
src_file = os.path.join(tmp_script_path, "dummy_config.py")
40
0 commit comments