LucasLooTan commited on
Commit
f117b17
·
1 Parent(s): ca3d3de

fix: requirements.txt — un-merge concatenated lines + drop server-only deps

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -26,12 +26,13 @@ soundfile>=0.12
26
  # Vision pipeline (MediaPipe Holistic for the pose-debug overlay)
27
  # Optional at runtime — landmarks.py lazy-imports it.
28
  mediapipe>=0.10.18
29
- # Sign classifier (V2; trained on AMD Dev Cloud Day 2)
30
- # Optional at runtime — classifier.py lazy-imports torch.
31
- torch>=2.4transformers>=4.45
32
- # High-quality TTS (Coqui XTTS-v2 V2; AMD Dev Cloud serves)
33
- # Optional at runtime tts.py lazy-imports.
34
- TTS>=0.22librosa>=0.10
 
35
  # Dev / test
36
  pytest>=8.3
37
  ruff>=0.7
 
26
  # Vision pipeline (MediaPipe Holistic for the pose-debug overlay)
27
  # Optional at runtime — landmarks.py lazy-imports it.
28
  mediapipe>=0.10.18
29
+ # Sign classifier (MLP for fingerspelling runs on Space CPU).
30
+ torch>=2.4
31
+
32
+ # Note: transformers, TTS (Coqui), and librosa are NOT in the Space
33
+ # requirements. Composer (Qwen3-8B) and TTS (XTTS-v2) are served from
34
+ # AMD Developer Cloud. The local TTS path falls back to a silent-stub
35
+ # WAV when soundfile is the only audio dep available.
36
  # Dev / test
37
  pytest>=8.3
38
  ruff>=0.7