Skip to content

[new blog post] introducing auto-round #2826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Apr 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change to intel gpu
  • Loading branch information
wenhuach21 committed Apr 29, 2025
commit 224263a3800b215409d641cad55c9bc08544d831
4 changes: 2 additions & 2 deletions autoround.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Despite its strong performance, AutoRound is fast and lightweight — quantizing
### Devices

- **CPU**
- **XPU**
- **Intel GPU**
- **CUDA**

### Quantization Configurations
Expand Down Expand Up @@ -160,7 +160,7 @@ For the best/light settings of AutoRound for API usage or mixed-bit configuratio
## Inference

AutoRound automatically selects the best available backend based on the installed libraries and prompts the user to install additional libraries when a better backend is found. For more details, please refer to [HF README](https://github.com/huggingface/transformers/blob/main/docs/source/en/quantization/auto_round.md#inference) or [AutoRound README](https://github.com/intel/auto-round/blob/main/docs/step_by_step.md#4-inference).
### CPU/XPU/CUDA
### CPU/Intel GPU/CUDA

```python
from transformers import AutoModelForCausalLM, AutoTokenizer
Expand Down