-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathenvironment.yml
More file actions
39 lines (37 loc) · 844 Bytes
/
environment.yml
File metadata and controls
39 lines (37 loc) · 844 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
name: CleanUMambaEnv
channels:
- pytorch # Primary channel for PyTorch
- nvidia # For the CUDA toolkit
- conda-forge # For other community packages
- defaults
dependencies:
# === Conda Dependencies ===
# Let Conda handle the core stack. It knows how to match these versions.
- python=3.11
- pip
- cuda-nvcc=11.8
- pytorch=2.2.2
- torchvision
- torchaudio
- pytorch-cuda=11.8
# Other conda packages
- numpy==1.26.4
- scipy
- pandas
- matplotlib
- alsa-plugins
- pyaudio
# === Pip Dependencies ===
# Use pip only for packages not available on Conda or for specific versions.
- pip:
- mamba-ssm==1.2.2
- causal-conv1d==1.1.0
- torchinfo==1.8.0
- pykeops==2.3
- wandb==0.16.1
- pesq
- pystoi
- PySoundFile
- torchprofile
- chardet
- sounddevice