Skip to content

Commit

Permalink
try -v
Browse files Browse the repository at this point in the history
  • Loading branch information
NouamaneTazi committed Feb 13, 2024
1 parent 91cf7e3 commit 7e0fcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
image: runpod/pytorch:2.1.1-py3.10-cuda12.1.1-devel-ubuntu22.04
ports:
- 80
options: --gpus all --rm --shm-size "8G"
options: --gpus all --rm --shm-size "8G" -v /dev/shm -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
timeout-minutes: 90
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7e0fcce

Please sign in to comment.