Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pytorch
GitHub Repository: pytorch/tutorials
Path: blob/main/build.sh
1674 views
1
# TODO: make sure pytorch installed
2
pip install -r requirements.txt
3
make docs
4
5