Skip to content

Commit

Permalink
[optim][ub] Update workflow for new added models
Browse files Browse the repository at this point in the history
  • Loading branch information
janeyx99 committed Jul 28, 2023
1 parent b10fcd2 commit a4207ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/userbenchmark-regression-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SETUP_SCRIPT: "/workspace/setup_instance.sh"
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
jobs:
run-userbenchmark:
runs-on: [self-hosted, a100-runner]
Expand Down
4 changes: 4 additions & 0 deletions userbenchmark/optim/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def get_unstable_models() -> Set[str]:
'basic_gnn_gcn',
'basic_gnn_gin',
'basic_gnn_sage',
'clip',
'cm3leon_generate',
'dcgan',
'demucs',
Expand Down Expand Up @@ -186,8 +187,10 @@ def get_unstable_models() -> Set[str]:
'hf_T5_base',
'hf_T5_generate',
'hf_T5_large',
'hf_Whisper',
'lennard_jones',
'llama',
'llama_v2_7b_16h',
'maml',
'maml_omniglot',
'mnasnet1_0',
Expand Down Expand Up @@ -215,6 +218,7 @@ def get_unstable_models() -> Set[str]:
'soft_actor_critic',
'speech_transformer',
'squeezenet1_1',
'stable_diffusion',
'tacotron2',
'timm_efficientdet',
'timm_efficientnet',
Expand Down

0 comments on commit a4207ea

Please sign in to comment.