Daankular commited on
Commit
b4ddd67
Β·
verified Β·
1 Parent(s): 42635df

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -3,11 +3,9 @@
3
  # GPU: RTX 3090 / sm_86 / CUDA 12.8
4
 
5
  # ── PyTorch (cu128) ────────────────────────────────────────────────────────────
6
- --extra-index-url https://download.pytorch.org/whl/cu128
7
- torch==2.11.0+cu128
8
- torchvision==0.26.0+cu128
9
- torchaudio==2.11.0+cu128
10
- xformers==0.0.35
11
 
12
  # ── Git-pinned installs ────────────────────────────────────────────────────────
13
  # 4D-Humans / HMR2 (SMPL body estimation β€” installed via deploy.sh with --no-build-isolation)
 
3
  # GPU: RTX 3090 / sm_86 / CUDA 12.8
4
 
5
  # ── PyTorch (cu128) ────────────────────────────────────────────────────────────
6
+ torch==2.11.0
7
+ torchvision==0.26.0
8
+ torchaudio==2.11.0
 
 
9
 
10
  # ── Git-pinned installs ────────────────────────────────────────────────────────
11
  # 4D-Humans / HMR2 (SMPL body estimation β€” installed via deploy.sh with --no-build-isolation)