Files
notecast/env_cuda.yml
svlqd 9e67b36842 added correct envs
- env.yml needs fixing (not working)
- ui.py still needs improvements
2025-11-13 12:00:38 +03:00

15 lines
211 B
YAML

name: notecast-cuda
channels:
- pytorch
- nvidia
- conda-forge
- bioconda
dependencies:
- pytorch
- ffmpeg
- torchvision
- torchaudio
- transformers
- python=3.12
- customtkinter
- openai