nishtha711 commited on
Commit
77c7c34
·
verified ·
1 Parent(s): 3c58c3e

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -19
requirements.txt DELETED
@@ -1,19 +0,0 @@
1
- # ── Tiny Civilization — requirements.txt ──────────────────────────
2
- # Hugging Face Build Small Hackathon / Thousand Token Wood track
3
-
4
- # Core inference
5
- torch>=2.1.0
6
- transformers>=4.44.0
7
- accelerate>=0.30.0 # device_map="auto" multi-device support
8
-
9
- # HF Spaces GPU management
10
- spaces>=0.19.0 # ZeroGPU @spaces.GPU decorator
11
-
12
- # UI
13
- gradio>=4.40.0
14
-
15
- # Image generation (newspaper PNG)
16
- Pillow>=10.3.0
17
-
18
- # Utilities (already in most Python envs, listed for explicitness)
19
- # sqlite3 — stdlib, no install needed