9e67b36842
- env.yml needs fixing (not working) - ui.py still needs improvements
16 lines
217 B
YAML
16 lines
217 B
YAML
name: notecast-cpu-mps
|
|
channels:
|
|
- pytorch
|
|
- conda-forge
|
|
- defaults
|
|
- bioconda
|
|
dependencies:
|
|
- pytorch
|
|
- ffmpeg
|
|
- torchvision
|
|
- torchaudio
|
|
- transformers
|
|
- python=3.12
|
|
- customtkinter
|
|
- openai
|