added correct envs

- env.yml needs fixing (not working)
- ui.py still needs improvements
This commit is contained in:
2025-11-13 12:00:38 +03:00
parent 6147eb1597
commit 9e67b36842
5 changed files with 126 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
name: notecast-cpu-mps
channels:
- pytorch
- conda-forge
- defaults
- bioconda
dependencies:
- pytorch
- ffmpeg
- torchvision
- torchaudio
- transformers
- python=3.12
- customtkinter
- openai