pascal-maker commited on
Commit
95775cc
·
1 Parent(s): c04077b

Fix requirements.txt: remove non-existent threading-utils package

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -2
requirements.txt CHANGED
@@ -25,8 +25,7 @@ huggingface-hub>=0.16.0
25
  sentencepiece>=0.1.99
26
  protobuf>=3.20.0
27
 
28
- # For CheXagent streaming
29
- threading-utils
30
 
31
  # Optional but recommended for better performance
32
  flash-attn>=2.0.0; sys_platform != "darwin" # Skip on macOS due to compatibility issues
 
25
  sentencepiece>=0.1.99
26
  protobuf>=3.20.0
27
 
28
+ # For CheXagent streaming (threading is built into Python)
 
29
 
30
  # Optional but recommended for better performance
31
  flash-attn>=2.0.0; sys_platform != "darwin" # Skip on macOS due to compatibility issues