Skip to content

Commit

Permalink
Update submission_checker.py | mixtral is not having singlestream sce… (
Browse files Browse the repository at this point in the history
#1881)

* Update submission_checker.py | mixtral is not having singlestream scenario

* [Automated Commit] Format Codebase
  • Loading branch information
arjunsuresh authored Oct 29, 2024
1 parent de6c550 commit 064c7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/submission/submission_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"llama2-70b-99": ["Server", "Offline"],
"llama2-70b-99.9": ["Server", "Offline"],
"stable-diffusion-xl": ["SingleStream", "Offline", "Server"],
"mixtral-8x7b": ["SingleStream", "Server", "Offline"],
"mixtral-8x7b": ["Server", "Offline"]
},
"optional-scenarios-datacenter-edge": {},
"accuracy-target": {
Expand Down Expand Up @@ -2743,6 +2743,7 @@ def check_measurement_dir(
val.replace(" ", "")
conf_model, conf_scenario, conf_key = key.split(".")
if (

(conf_key == "sample_concatenate_permutation")
and ((conf_model == conf_ref_model) or conf_model == "*")
and ((conf_scenario == scenario) or conf_scenario == "*")
Expand Down

0 comments on commit 064c7fd

Please sign in to comment.