flashcard-studio / environment.yml
Nathan Slaughter
add pytorch manual method
4d17caa
raw
history blame contribute delete
310 Bytes
name: flashcard-maker
channels:
- conda-forge
- pytorch
- defaults
dependencies:
- python=3.12
- torch
- torchvision
- torchaudio
- cudatoolkit=11.7 # Remove or adjust if installing CPU-only
- transformers
- gradio
- librosa
- pytest
- pytest-mock
- pip
- pip:
- pymupdf4llm