9e67b36842
- env.yml needs fixing (not working) - ui.py still needs improvements
15 lines
211 B
YAML
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 |