refiners/docs/getting-started/advanced.md

880 B

icon
material/wrench-cog-outline

Advanced usage

Using other package managers (pip, Poetry...)

We use Rye to maintain and release Refiners but it conforms to the standard Python packaging guidelines and can be used with other package managers. Please refer to their respective documentation to figure out how to install a package from Git if you intend to use the development branch, as well as how to specify features.

Using stable releases from PyPI

Although we recommend using our development branch, we do publish more stable releases to PyPI and you are welcome to use them in your project. They are also available directly on the GitHub releases page. However, beware that the format of weights can be different from the current state of the development branch.