We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20ee03 commit 68066afCopy full SHA for 68066af
.github/workflows/nv-a6000.yml
@@ -40,8 +40,9 @@ jobs:
40
python -c "import torch; print('CUDA available:', torch.cuda.is_available())"
41
- name: Install transformers
42
run: |
43
- git clone --depth=1 https://github.com/huggingface/transformers
+ git clone https://github.com/huggingface/transformers
44
cd transformers
45
+ git checkout v4.47.1
46
git rev-parse --short HEAD
47
python -m pip install .
48
- name: Install deepspeed
0 commit comments