Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 840 Bytes

File metadata and controls

23 lines (16 loc) · 840 Bytes

When you contribute code, you affirm that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

Contributing

With that out of the way, here are some notes on developing vegans:

Dev setup

# install everything
pip install -r requirements.txt

# run tests on cpu
cd tests && pytest

# to also test on gpu use (requires gpu & pytorch with CUDA support installation)
cd tests && pytest --gpu

# run notebooks by starting server and going to url
cd notebooks && jupyter notebook