geetu040 commited on
Commit
81ab99c
1 Parent(s): cfcf073

providing link for pytorch in requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  fastapi
2
  uvicorn
 
3
  torch==2.0.0+cpu
 
4
  torchtext==0.15.1cpu
 
1
  fastapi
2
  uvicorn
3
+ --find-links https://download.pytorch.org/whl/torch_stable.html
4
  torch==2.0.0+cpu
5
+ --find-links https://download.pytorch.org/whl/torch_stable.html
6
  torchtext==0.15.1cpu