Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
pytorch
Edit Copy
Star
GitHub Repository:
pytorch/tutorials
Path:
blob/main/build.sh
1
6
7
4
views
1
# TODO: make sure pytorch installed
2
pip
install
-r
requirements
.txt
3
make
docs
4
5