OAGen_Linear / environment.yml
firatozdemir's picture
updated scripts
1e6244a
raw
history blame contribute delete
189 Bytes
name: "oagenlinear"
channels:
- pytorch
- conda-forge
dependencies:
- python==3.10.11
- pytorch=1.13.0
- torchvision=0.14.0
- gradio=4.19.2
- numpy=1.26.4
- matplotlib=3.8.3