-
Notifications
You must be signed in to change notification settings - Fork 24
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
Changes for adding mixtral to gh action self-hosted #353
Changes for adding mixtral to gh action self-hosted #353
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
@@ -1018,6 +1018,7 @@ variations: | |||
group: models | |||
env: | |||
CM_MODEL: mixtral-8x7b | |||
CM_ML_MODEL_STARTING_WEIGHTS_FILENAME: "https://github.com/anandhu-eng/cm4mlops/blob/5f156eb891b86a4ea7f1864075ddf1f1ade66598/script/get-ml-model-mixtral/_cm.json#L66" |
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 should add this from the mlcommons repo
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.
Updated: 7163f9b
@@ -45,7 +45,7 @@ def preprocess(i): | |||
env["CM_GIT_URL"] = "https://github.com/mlcommons/inference" | |||
|
|||
if env.get("CM_MLPERF_LAST_RELEASE", '') == '': | |||
env["CM_MLPERF_LAST_RELEASE"] = "v4.0" | |||
env["CM_MLPERF_LAST_RELEASE"] = "v4.1" |
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.
When we use v4.1-dev
variation (the default) this should be set to v4.0 from the meta.
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.
Updated: 624cadf
No description provided.