fosters commited on
Commit
aac7530
·
verified ·
1 Parent(s): 4e24f4a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -8,5 +8,8 @@ transformers
8
  # ONNX Runtime for high-performance inference on CPU
9
  onnxruntime
10
 
 
 
 
11
  # PyTorch is required by the underlying feature extractor
12
  torch
 
8
  # ONNX Runtime for high-performance inference on CPU
9
  onnxruntime
10
 
11
+ # The library for the ONNX model format itself (was missing)
12
+ onnx
13
+
14
  # PyTorch is required by the underlying feature extractor
15
  torch