Joash commited on
Commit
ffe79d4
·
1 Parent(s): 55af41c

Update requirements for improved model loading and error handling

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -2
requirements.txt CHANGED
@@ -6,12 +6,17 @@ accelerate>=0.27.2
6
  safetensors>=0.4.2
7
  sentencepiece>=0.1.99
8
 
 
 
 
 
 
9
  # Hugging Face
10
  huggingface-hub>=0.20.3
11
- huggingface_hub[cli]>=0.20.3
12
- huggingface_hub[space]>=0.20.3
13
 
14
  # Utilities
15
  python-dotenv>=1.0.0
16
  pydantic>=2.4.2
17
  numpy<2.0.0
 
 
 
6
  safetensors>=0.4.2
7
  sentencepiece>=0.1.99
8
 
9
+ # Model dependencies
10
+ bitsandbytes>=0.41.1
11
+ einops>=0.7.0
12
+ scipy>=1.11.0
13
+
14
  # Hugging Face
15
  huggingface-hub>=0.20.3
 
 
16
 
17
  # Utilities
18
  python-dotenv>=1.0.0
19
  pydantic>=2.4.2
20
  numpy<2.0.0
21
+ tqdm>=4.66.0
22
+ requests>=2.31.0