Skip to content

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Feb 5, 2025
2 parents 0165cbc + 0f838b3 commit d5b6e87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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['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
3 changes: 3 additions & 0 deletions script/get-dataset-igbh/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,9 @@ variations:
glt:
env:
MLC_IGBH_GRAPH_COMPRESS: yes
calibration:
env:
MLC_IGBH_CALIBRATION_FLAG: --calibration
csc:
group: compressed-layout
default: true
Expand Down

0 comments on commit d5b6e87

Please sign in to comment.