Skip to content

Minor fixes#915

Open
aahladc wants to merge 6 commits intodevfrom
minor_fixes
Open

Minor fixes#915
aahladc wants to merge 6 commits intodevfrom
minor_fixes

Conversation

@aahladc
Copy link

@aahladc aahladc commented Mar 9, 2026

Don't merge.

This is for testing purposes only.
Scoring changes.

aahladc added 2 commits March 5, 2026 23:00
1. Remove redifiende flags
2. Comment out a debugging line
3. Pipe in a max global steps with a flag
@aahladc aahladc requested a review from a team as a code owner March 9, 2026 20:13
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@aahladc aahladc force-pushed the minor_fixes branch 9 times, most recently from cff2767 to 97e9975 Compare March 10, 2026 16:12
Copy link
Contributor

@priyakasimbeg priyakasimbeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you update the description of the PR? It currently still says 'do not merge'.

Left some comments

  • I don't think should to check in any json file outputs from the make_job_config.py
  • the sbatch scripts should all be under utils/slurm
  • I'm a bit confused why we need flags for all the config options in the run_jobs sbatch script. The nice thing about having the config is that we have a complete and reproducible record of the options we passed in.

@@ -0,0 +1,87 @@
#!/bin/bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this file into utils/slurm

@@ -0,0 +1,299 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want to commit this file to the repository. Can you remove it from this branch?

yes | gcloud auth configure-docker "$REPO"
docker pull "$IMAGE"

# Set variables from config file if not already set by flags
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this script will now take flags for all of the config fields, that will override the config fields. Why do we need this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants