Skip to content

Commit

Permalink
merge main into branch
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Sep 23, 2024
1 parent 602a9d0 commit b2d5f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_perf/update_llm_perf_cpu_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

if os.getenv("MACHINE", None) is None and os.getenv("SUBSET", None) is None:
PUSH_REPO_ID = f"optimum-benchmark/llm-perf-{BACKEND}-{HARDWARE}-debug"
CANONICAL_PRETRAINED_OPEN_LLM_LIST = ["gpt2"]
CANONICAL_PRETRAINED_OPEN_LLM_LIST = ["gpt2"] # noqa: F811
SUBSET = "unquantized"
elif os.getenv("MACHINE", None) is not None and os.getenv("SUBSET", None) is not None:
PUSH_REPO_ID = f"optimum-benchmark/llm-perf-{BACKEND}-{HARDWARE}-{SUBSET}-{MACHINE}"
Expand Down

0 comments on commit b2d5f12

Please sign in to comment.