KarlQuant commited on
Commit
d1e963e
Β·
verified Β·
1 Parent(s): d5ad38a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -4,9 +4,8 @@
4
  # VERSION: 2.3 | 2026-03-30
5
  # ════════════════════════════════════════════════════════════════════════════════
6
 
7
- # Core ML/Neural Network β€” CPU-only torch (saves ~1.5GB vs full torch)
8
- --index-url https://download.pytorch.org/whl/cpu
9
- torch==2.1.0+cpu
10
  numpy==1.24.3
11
 
12
  # Web Framework & WebSocket
 
4
  # VERSION: 2.3 | 2026-03-30
5
  # ════════════════════════════════════════════════════════════════════════════════
6
 
7
+ # Core ML/Neural Network β€” CPU-only torch
8
+ torch==2.1.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu
 
9
  numpy==1.24.3
10
 
11
  # Web Framework & WebSocket