dwb2023 commited on
Commit
4fec1ac
·
verified ·
1 Parent(s): 8ada75b

add torch to requirements.txt due to a PyTorch warning

Browse files

None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.

adding version numbers for smolagent and other dependencies is something I need to look at shortly.

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -8,4 +8,5 @@ opentelemetry-sdk
8
  opentelemetry-exporter-otlp
9
  openinference-instrumentation-smolagents
10
  biopython
11
- transformers
 
 
8
  opentelemetry-exporter-otlp
9
  openinference-instrumentation-smolagents
10
  biopython
11
+ transformers
12
+ torch