omrifahn commited on
Commit
d383319
·
verified ·
1 Parent(s): 7b9478f

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # K-FAC Memorization Suppression - Dependencies
2
+
3
+ # Core ML
4
+ torch>=2.0
5
+ transformers>=4.35
6
+ datasets>=2.14
7
+ accelerate>=0.24
8
+
9
+ # Numerical
10
+ numpy>=1.24
11
+ scipy>=1.11
12
+
13
+ # Utilities
14
+ tqdm>=4.65
15
+ python-Levenshtein>=0.21 # Fast Levenshtein distance
16
+
17
+ # Development
18
+ jupyter>=1.0
19
+ ipywidgets>=8.0
20
+
21
+ # Optional: for loading OLMo models
22
+ # ai2-olmo>=0.3.0