Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Mar 20, 2023
1 parent 84dcbcf commit 4151179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ jobs:
BEAKER_TOKEN: ${{ secrets.BEAKER_TOKEN }}
BEAKER_IMAGE: dolma-test
BEAKER_WORKSPACE: ai2/llm-testing
# For reproducibility
CUBLAS_WORKSPACE_CONFIG: ':16:8'
steps:
- name: Determine current commit SHA (pull request)
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -155,6 +153,8 @@ jobs:
value: ${{ secrets.GITHUB_TOKEN }}
- name: CUDA_LAUNCH_BLOCKING
value: "1"
- name: CUBLAS_WORKSPACE_CONFIG
value: ":16:8"
- name: TOKENIZERS_PARALLELISM
value: "false"
command: ["/entrypoint.sh", "pytest", "-v", "-m", "gpu", "tests/"]
Expand Down

0 comments on commit 4151179

Please sign in to comment.