KarthiEz commited on
Commit
6b07477
·
verified ·
1 Parent(s): 645fe70

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # --- Core PyTorch stack ---
2
+ torch==2.6.0
3
+ torchvision
4
+
5
+ # --- Hugging Face stack (HunYuan needs a specific transformers commit) ---
6
+ git+https://github.com/huggingface/transformers@82a06db03535c49aa987719ed0746a76093b1ec4
7
+ accelerate
8
+ huggingface_hub
9
+ sentencepiece
10
+ safetensors
11
+
12
+ # --- Gradio UI layer ---
13
+ gradio
14
+ spaces
15
+
16
+ # --- Utilities ---
17
+ numpy
18
+ Pillow