Skip to content

Commit

Permalink
[docs] add XPU besides CUDA, MPS etc. (huggingface#34777)
Browse files Browse the repository at this point in the history
add XPU
  • Loading branch information
faaany authored and BernardZach committed Dec 5, 2024
1 parent 0e83a2c commit 47c0a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/quantization/quanto.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Try Quanto + transformers with this [notebook](https://colab.research.google.com
- weights quantization (`float8`,`int8`,`int4`,`int2`)
- activation quantization (`float8`,`int8`)
- modality agnostic (e.g CV,LLM)
- device agnostic (e.g CUDA,MPS,CPU)
- device agnostic (e.g CUDA,XPU,MPS,CPU)
- compatibility with `torch.compile`
- easy to add custom kernel for specific device
- supports quantization aware training
Expand Down

0 comments on commit 47c0a34

Please sign in to comment.