-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathenvironment.yml
More file actions
52 lines (46 loc) · 906 Bytes
/
environment.yml
File metadata and controls
52 lines (46 loc) · 906 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
name: cs2-detect-env
channels:
- conda-forge
- defaults
- pytorch
dependencies:
- python=3.9
# Core ML packages with exact versions from working system
- pytorch=2.5.1=*cuda*
- torchvision=0.20.1=*cuda*
- torchaudio=2.5.1=*cuda*
- timm=0.4.12
- einops=0.8.1
- triton=3.1.0
# Video/Audio processing - critical versions
- ffmpeg=6.1.1
- opencv=4.10.0
- av=12.3.0
- librosa=0.11.0
# Web framework
- flask=3.1.0
- werkzeug
# Data science core
- numpy=1.26.4
- pandas=2.3.1
- scipy=1.13.1
- matplotlib=3.9.2
- pillow=11.3.0
- scikit-learn
# ML training tools
- deepspeed=0.17.4
# Utilities
- requests
- validators
- pylint
- pytube
- absl-py=2.1.0
- grpcio=1.71.0
- defaults::libabseil=20250127.0=cxx17_h6a678d5_0
- pip
- pip:
- decord
- soundfile
- tensorboard==2.9.0
- tensorboardX==2.6.2
- protobuf==3.20.3