Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng committed Feb 5, 2025
1 parent 83a10f7 commit c76fb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/get-dataset-igbh/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def preprocess(i):
run_cmd += x_sep + \
f"""{
env['MLC_PYTHON_BIN_WITH_PATH']} tools/split_seeds.py --path {download_loc} --dataset_size {
env['MLC_DATASET_IGBH_SIZE']} {env.get('MLC_IGBH_IGBH_CALIBRATION_FLAG', '')} """
env['MLC_DATASET_IGBH_SIZE']} {env.get('MLC_IGBH_CALIBRATION_FLAG', '')} """

# compress graph(for glt implementation)
if env.get('MLC_IGBH_GRAPH_COMPRESS', '') == "yes":
Expand Down
2 changes: 1 addition & 1 deletion script/get-dataset-igbh/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ variations:
MLC_IGBH_GRAPH_COMPRESS: yes
calibration:
env:
MLC_IGBH_IGBH_CALIBRATION_FLAG: --calibration
MLC_IGBH_CALIBRATION_FLAG: --calibration
csc:
group: compressed-layout
default: true
Expand Down

0 comments on commit c76fb53

Please sign in to comment.