Skip to main content

💾 Installation

You can simply install friendli-client package using pip.

pip install friendli-client
info

friendli-client requires python>=3.8.

info

We recommend using the most up-to-date package. You can check the release history at PyPI and Github. You can update the package with:

pip install friendli-client -U
info

If you have a Hugging Face checkpoint and want to convert it to a Friendli-compatible format or apply quantization, you need to install the package with the necessary machine learing library (mllib) dependencies. In this case, install the package with the following command:

pip install "friendli-client[mllib]"