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 3eccf02 commit afe3054Copy full SHA for afe3054
.jenkins/build.sh
@@ -26,6 +26,8 @@ sudo apt-get install -y pandoc
26
# pip3 install torch==2.5.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
27
28
# Install two language tokenizers for Translation with TorchText tutorial
29
+python --version
30
+which python
31
python -m spacy download en_core_web_sm
32
python -m spacy download de_core_news_sm
33
0 commit comments