nishtha711 commited on
Commit
1556827
·
verified ·
1 Parent(s): 4885f88

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
- # ── Tiny Civilization — requirements.txt ──────────────────────────
2
  # Build Small Hackathon 2026 / Thousand Token Wood track
3
- # Model: Qwen2.5-1.5B-Instruct (≤4B → Tiny Titan badge 🐜)
4
 
5
- # Core inference — 1.5B model fits in ~3 GB VRAM, loads in <60 s on T4
6
  torch>=2.1.0
7
  transformers>=4.44.0
8
  accelerate>=0.30.0
9
 
 
10
  gradio==6.17.3
11
 
12
  # Newspaper PNG export
13
- Pillow>=10.3.0
 
1
+ # ── Tiny Civilization ─────────────────────────────────────────────
2
  # Build Small Hackathon 2026 / Thousand Token Wood track
3
+ # Model: Qwen2.5-1.5B-Instruct (≤4B → Tiny Titan badge 🐜)
4
 
 
5
  torch>=2.1.0
6
  transformers>=4.44.0
7
  accelerate>=0.30.0
8
 
9
+ # Gradio 6 — css parameter goes to launch(), not Blocks()
10
  gradio==6.17.3
11
 
12
  # Newspaper PNG export
13
+ Pillow>=10.3.0