voice-gpt / environment.yml
megamined's picture
Add application file
25bbbe8
raw
history blame
No virus
391 Bytes
name: voice-gpt
channels:
- pytorch
- nvidia
- conda-forge
dependencies:
- pip
- python=3.9.12
- pandas
- requests
- matplotlib
- seaborn
- pytorch
- torchvision
- torchaudio
- pytorch-cuda=11.7
- transformers
- python-dotenv
- openai
- ffmpeg
- nltk
- pip:
- openai-whisper
- faster-whisper
- gradio==3.9
- revChatGPT
- tiktoken