AbstractPhil commited on
Commit
fae3920
·
verified ·
1 Parent(s): cdc737d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -2
requirements.txt CHANGED
@@ -1,3 +1,24 @@
 
1
  huggingface_hub==0.25.2
2
- torch
3
- safetensors
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core requirements for Beeper Gradio app
2
  huggingface_hub==0.25.2
3
+ torch>=2.0.0
4
+ safetensors>=0.4.0
5
+
6
+
7
+ # Tokenizers - REQUIRED for loading tokenizer.json
8
+ tokenizers>=0.15.0
9
+
10
+ # Dependencies that torch/HF often expect
11
+ numpy>=1.24.0
12
+ typing-extensions>=4.5.0
13
+ tqdm>=4.65.0
14
+ filelock>=3.12.0
15
+ fsspec>=2023.1.0
16
+ packaging>=23.0
17
+ pyyaml>=6.0
18
+ requests>=2.28.0
19
+ urllib3>=1.26.0
20
+
21
+ # Sometimes needed for HF Spaces
22
+ pillow>=9.0.0
23
+ aiofiles>=23.0.0
24
+ pydantic>=2.0.0