-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathenvironment.yml
More file actions
53 lines (48 loc) · 1019 Bytes
/
Copy pathenvironment.yml
File metadata and controls
53 lines (48 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: xvla-stable
channels:
- conda-forge
- pytorch
- nvidia
dependencies:
# -------------------------
# Core
# -------------------------
- python=3.10
- pip
# -------------------------
# PyTorch + CUDA 12.1 (stable, aligned)
# -------------------------
- pytorch=2.1.*
- pytorch-cuda=12.1
- torchvision=0.16.*
- torchaudio=2.1.*
# -------------------------
# System / C++ deps (conda-forge)
# -------------------------
- glib
- ffmpeg
- opencv
- av
- pyarrow
- h5py
# -------------------------
# Numeric stack (real versions)
# -------------------------
- numpy=1.26.*
- scipy=1.13.*
# -------------------------
# pip-only packages
# -------------------------
- pip:
- einops==0.8.1
- transformers<=4.51.3
- accelerate==1.2.1
- peft==0.17.1
- timm==1.0.12
- mmengine==0.10.5
- safetensors==0.4.5
- fastapi
- uvicorn==0.34.3
- tensorboard
- json_numpy==2.1.0
- mediapy==1.2.4