anh-nn01
commited on
Commit
·
04f03d4
1
Parent(s):
3d8e6f1
update dependencies
Browse files- README.md +2 -1
- requirements.txt +2 -2
README.md
CHANGED
|
@@ -8,8 +8,9 @@ sdk_version: 4.16.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
# hardware: "gpu-a100-large" # REQUESTS A100 80GB GPU
|
| 11 |
-
hardware: "gpu-l40s" # Request 1x NVIDIA L40S (48GB VRAM)
|
| 12 |
# hardware: "zerogpu"
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# AI-Empowered Community Simulation (Beta)
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
# hardware: "gpu-a100-large" # REQUESTS A100 80GB GPU
|
| 11 |
+
# hardware: "gpu-l40s" # Request 1x NVIDIA L40S (48GB VRAM)
|
| 12 |
# hardware: "zerogpu"
|
| 13 |
+
hardware: "t4-small"
|
| 14 |
---
|
| 15 |
|
| 16 |
# AI-Empowered Community Simulation (Beta)
|
requirements.txt
CHANGED
|
@@ -11,8 +11,8 @@ torch
|
|
| 11 |
unsloth==2025.3.19
|
| 12 |
termcolor
|
| 13 |
python-dotenv
|
| 14 |
-
|
| 15 |
wandb
|
| 16 |
|
| 17 |
# Image Generation
|
| 18 |
-
git+https://github.com/huggingface/diffusers.git
|
|
|
|
| 11 |
unsloth==2025.3.19
|
| 12 |
termcolor
|
| 13 |
python-dotenv
|
| 14 |
+
transformers==4.50.0
|
| 15 |
wandb
|
| 16 |
|
| 17 |
# Image Generation
|
| 18 |
+
# git+https://github.com/huggingface/diffusers.git
|