Skip to content

Commit a3436f5

Browse files
[Automated Commit] Format Codebase [skip ci]
1 parent 9808a1b commit a3436f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

script/add-custom-nvidia-system/customize.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ def postprocess(i):
3434
mlc_model = env["MLC_MODEL"]
3535
if "llama2-70b" in mlc_model:
3636
mlc_model = "llama2-70b"
37-
target_dir = os.path.join(env['MLC_MLPERF_INFERENCE_NVIDIA_CODE_PATH'], "configs", system_name, scenario)
37+
target_dir = os.path.join(
38+
env['MLC_MLPERF_INFERENCE_NVIDIA_CODE_PATH'],
39+
"configs",
40+
system_name,
41+
scenario)
3842
os.makedirs(target_dir, exist_ok=True)
3943
src_file = os.path.join(tmp_script_path, "dummy_config.py")
4044

0 commit comments

Comments
 (0)