vedaco commited on
Commit
b1829f6
·
verified ·
1 Parent(s): d7c8b67

Create requirement.txt

Browse files
Files changed (1) hide show
  1. requirement.txt +25 -0
requirement.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Visible LLM Requirements
2
+ # Python 3.8+ recommended
3
+
4
+ # Core ML Framework
5
+ tensorflow>=2.12.0
6
+
7
+ # Web Framework
8
+ flask>=2.3.0
9
+
10
+ # Data Processing
11
+ numpy>=1.23.0
12
+
13
+ # Optional: GPU Support (uncomment if needed)
14
+ # tensorflow-gpu>=2.12.0
15
+
16
+ # Optional: Visualization
17
+ # matplotlib>=3.7.0
18
+ # tensorboard>=2.12.0
19
+
20
+ # Optional: Advanced Tokenization
21
+ # sentencepiece>=0.1.99
22
+ # tiktoken>=0.4.0
23
+
24
+ # Utilities
25
+ tqdm>=4.65.0