marttinbell commited on
Commit
f91a6df
·
verified ·
1 Parent(s): ce4ffcc

Create postBuilder

Browse files
Files changed (1) hide show
  1. postBuilder +8 -0
postBuilder ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ # Hugging Face automatically run karega is script ko
3
+
4
+ # 1️⃣ Pehle torch install karo
5
+ pip install --no-cache-dir torch==2.9.0
6
+
7
+ # 2️⃣ Phir baaki packages install karo
8
+ pip install --no-cache-dir -r requirements.txt