💾 Installation
You can simply install friendli-client
package using pip
.
pip install friendli-client
info
friendli-client
requires python>=3.8.
info
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]"