profanity-detection / environment.yml
nightey3s's picture
Add application file
80f71e5 unverified
raw
history blame contribute delete
360 Bytes
name: profanity-detection
channels:
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
- https://repo.anaconda.com/pkgs/msys2
dependencies:
- python=3.10
- pytorch
- pytorch-cuda=11.8
- torchaudio
- torchvision
- ffmpeg
variables:
KMP_DUPLICATE_LIB_OK: 'TRUE'
prefix: C:\Users\brian\anaconda3\envs\profanity-detection