-
Notifications
You must be signed in to change notification settings - Fork 24
Add script to get the endpoints repo #713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
| if 'MLC_GIT_DEPTH' not in env: | ||
| env['MLC_GIT_DEPTH'] = '' | ||
|
|
||
| if 'MLC_GIT_RECURSE_SUBMODULES' not in env: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we using submodules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet, just placed it in case endpoints need any submodules in future as we integrate accuracy evaluation modules
|
|
||
| script_path = i['run_script_input']['path'] | ||
|
|
||
| if env.get("MLC_MLPERF_LAST_RELEASE", '') == '': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably need a better variable here.
🧾 PR Checklist
dev📌 Note: PRs must be raised against
dev. Do not commit directly tomain.📁 File Hygiene & Output Handling
📝 Comments & Communication
Fixes #,Related to #, etc.)🛡️ Safety & Security