plow-technologies / inferno

A statically-typed functional scripting language
MIT License
4 stars 1 forks source link

Fix `torch` versions, document, use on CI #67

Closed ngua closed 1 year ago

ngua commented 1 year ago

Closes #65. Previously devShells..pytorch was using an incorrect version (one major version too high). I added something to the docs mentioning devShells..pytorch and also used it to run the MNIST example on CI. This way we will always be using the same version everywhere. I temporarily modified the workflow file in order to ignore the cache and ran the CI job manually and it worked (otherwise that part wouldn't run because it's been cached)