Skip to content

[maskedtensor] Sparsity tutorial [2/4] #2051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Oct 29, 2022
Prev Previous commit
Next Next commit
Update build.sh
  • Loading branch information
Svetlana Karslioglu committed Oct 28, 2022
commit 005e130b666141fd8a3986f2b1abdc9f9a83684e
2 changes: 1 addition & 1 deletion .jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pip install -r $DIR/../requirements.txt

# Test enabled for PyTorch 1.13 RC Below
pip uninstall -y torch torchvision torchaudio torchtext
pip install --extra-index-url https://download.pytorch.org/whl/test/cu116 torch torchvision torchaudio torchtext
pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/test/cu116/torch_test.html

# Install two language tokenizers for Translation with TorchText tutorial
python -m spacy download en_core_web_sm
Expand Down