vachaspathi commited on
Commit
2e6ee24
·
verified ·
1 Parent(s): 6d02817

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -3,4 +3,5 @@ gradio
3
  requests
4
  transformers>=4.30.0 # optional, only required if you will load a local model
5
  sentence-transformers # optional
6
- torch # required for many local models (install the right build for your platform: cpu/cuda)
 
 
3
  requests
4
  transformers>=4.30.0 # optional, only required if you will load a local model
5
  sentence-transformers # optional
6
+ torch==2.2.0+cpu
7
+ sentencepiece