JerameeUC commited on
Commit
302faa6
·
1 Parent(s): 8a5750e

Add Transformers + Torch to Space runtime requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt CHANGED
@@ -10,3 +10,10 @@ scikit-learn>=1.3.0
10
 
11
  # optional Azure integration
12
  azure-ai-textanalytics>=5.3.0
 
 
 
 
 
 
 
 
10
 
11
  # optional Azure integration
12
  azure-ai-textanalytics>=5.3.0
13
+
14
+ # ML pipeline
15
+ transformers>=4.41.0
16
+ torch>=2.2.0
17
+ safetensors>=0.4.0
18
+ accelerate>=0.33.0
19
+ sentencepiece>=0.2.0