Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

v0.1.6

Latest
Compare
Choose a tag to compare
@iseessel iseessel released this 02 Nov 17:21

Vissl Release Overview 0.1.6

How to Upgrade

We encourage users to build from source. However, if you still wish to use the binaries you can upgrade by following the following steps:

Conda environment

conda install -c vissl vissl==0.1.6

Python venv

# Uninstall fairscale, as we now include the library in the package 
# because we rely on a specific commit that is not part of a PyPi release. 
pip uninstall fairscale
pip install vissl==0.1.6

If you are installing for the first time, please see our installation instructions.

As always, thank you all so much for your contributions and feedback. Please feel free to continue to reach out in our issues for any questions, suggestions, or if you wish to contribute. We hope you are finding VISSL useful to pushing the state-of-the-art in self-supervised learning!