Skip to content

Commit 9c1b7d3

Browse files
Update tutorial.rst
1 parent fd6c335 commit 9c1b7d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/getting-started/tutorial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ and the commands to run:
3131
3232
setup: |
3333
set -e # Exit if any command failed.
34+
conda install pytorch==1.12.1 cudatoolkit=11.3 -c pytorch -y
3435
git clone https://github.com/huggingface/transformers/ || true
3536
cd transformers
3637
pip3 install .

0 commit comments

Comments
 (0)