Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 392 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 392 Bytes

torch_bayesian

Generate python wheel

To generate the python wheel from the repo we run the following command

python setup.py bdist_wheel

Contribute

To start using this repo for contributing toy need to run the following command at first

make

Then install the requirements file in your virtual environment

pip install --no-cache-dir -r requirements.txt