huggingface / optimum-intel

🤗 Optimum Intel: Accelerate inference with Intel optimization tools
https://huggingface.co/docs/optimum/main/en/intel/index
Apache License 2.0
364 stars 101 forks source link

Update default 4bit configs #702

Closed KodiaqQ closed 2 months ago

KodiaqQ commented 2 months ago

What does this PR do?

Contains configuration updates based on the experiments from 135227 and following PR's:

Before submitting

KodiaqQ commented 2 months ago

cc @AlexKoff88

HuggingFaceDocBuilderDev commented 2 months ago

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

echarlaix commented 2 months ago

To fix the code style test you can do the following :

pip install .[quality]
make style