mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Update doctest workflow file (#27306)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
d788d37d24
commit
eef7ea98c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doctests.yml
vendored
2
.github/workflows/doctests.yml
vendored
|
|
@ -20,7 +20,7 @@ env:
|
|||
|
||||
jobs:
|
||||
run_doctests:
|
||||
runs-on: [single-gpu, nvidia-gpu, t4, doctest-ci]
|
||||
runs-on: [single-gpu, nvidia-gpu, t4, ci]
|
||||
container:
|
||||
image: huggingface/transformers-all-latest-gpu
|
||||
options: --gpus 0 --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
|
||||
|
|
|
|||
Loading…
Reference in a new issue