aleximmer / Laplace

Laplace approximations for Deep Learning.
https://aleximmer.github.io/Laplace
MIT License
436 stars 63 forks source link

Point to curvlinops master branch in setup.cfg #151

Closed wiseodd closed 4 months ago

wiseodd commented 4 months ago

Useful when people do

pip install git+https://git@github.com/aleximmer/laplace

or

git clone pip install https://github.com/aleximmer/laplace
cd laplace
pip install -e .

Addressing #150