7291b148e5
- trying to fix environment issues
21 lines
354 B
YAML
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 |