Skip to content
Snippets Groups Projects
Commit 972f9d58 authored by Jan Lukas Steimann's avatar Jan Lukas Steimann
Browse files

Try other version of torch

parent d2ad31bf
No related branches found
No related tags found
No related merge requests found
Pipeline #64606 failed
...@@ -14,7 +14,7 @@ python_run: ...@@ -14,7 +14,7 @@ python_run:
- apt update && DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -y install nvidia-cuda-toolkit - apt update && DEBIAN_FRONTEND=noninteractive apt --no-install-recommends -y install nvidia-cuda-toolkit
- apt clean && apt autoremove && rm -rf /var/lib/apt/lists/* - apt clean && apt autoremove && rm -rf /var/lib/apt/lists/*
- pip install flair - pip install flair
- pip3 install --upgrade torch==1.7.0+cu92 torchvision==0.8.1+cu92 torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html - pip install torch==1.4.0 -f https://download.pytorch.org/whl/cu100/torch_stable.html
- pip install pandas - pip install pandas
- ./mc cp S3Uni/steimann/CommentsApril2017.csv . - ./mc cp S3Uni/steimann/CommentsApril2017.csv .
- python3 ComputeCommentEmbeddings.py - python3 ComputeCommentEmbeddings.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment