Skip to content

Commit

Permalink
Update sanity.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Saroufim <marksaroufim@meta.com>
  • Loading branch information
msaroufim authored Oct 8, 2023
1 parent 0ed0924 commit 404c328
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Build Docker Image
run: |
cd neurips_llm_efficiency_challenge/sample-submissions/lit-gpt
cd neurips sample-submissions/lit-gpt
docker build -t sample_submission .
- name: Run Docker Container
Expand All @@ -39,5 +39,6 @@ jobs:
# Use the correct path for the conf file.
- name: Run HELM Tests
run: |
helm-run --conf-paths neurips_llm_efficiency_challenge/run_specs_full_coarse_600_budget.conf --suite v1 --max-eval-instances 10
cd -
helm-run --conf-paths run_specs_full_coarse_600_budget.conf --suite v1 --max-eval-instances 10
helm-summarize --suite v1

0 comments on commit 404c328

Please sign in to comment.