Spaces:
Sleeping
Sleeping
Create postBuilder
Browse files- 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
|