Files
notecast/env_cuda.yml
T
svlqd 7291b148e5 isort & black
- trying to fix environment issues
2025-09-14 03:07:06 +04:00

21 lines
354 B
YAML

name: notecast
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.10
- pytorch::pytorch=2.0.1
- pytorch::torchvision=0.15.2
- pytorch::torchaudio=2.0.2
- pytorch::cudatoolkit=11.8
- transformers=4.30.0
- accelerate=0.20.0
- ffmpeg
- pyinstaller
- customtkinter
- isort
- mypy
- black
- tqdm