Skip to content

Commit 8f17efc

Browse files
committed
tc
1 parent 9ff4d25 commit 8f17efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sudo apt-get install -y pandoc
2626
# pip3 install torch==2.5.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
2727

2828
# Install two language tokenizers for Translation with TorchText tutorial
29-
python --version
29+
python3 --version
3030
which python
3131
python -m spacy download en_core_web_sm
3232
python -m spacy download de_core_news_sm

0 commit comments

Comments
 (0)