# Quantization

1. [Overview](https://huggingface.co/docs/transformers/quantization/overview)
2. [Fine-Tune Whisper For Multilingual ASR with 🤗 Transformers](https://huggingface.co/blog/fine-tune-whisper)
3. [Speech LLMs: Models that listen and talk back](https://www.youtube.com/watch?v=MyxgEx4_Moo)
4. [A Visual Guide to Quantization - by Maarten Grootendorst](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-quantization)
5. [Intro to Quantization in LLMs](https://medium.com/@prathamgrover777/intro-to-quantization-in-llms-adfae03bf447)
6. [Deep Dive: Quantizing Large Language Models, part 1](https://www.youtube.com/watch?v=kw7S-3s50uk)
7. [Deep Dive: Quantizing Large Language Models, part 2](https://www.youtube.com/watch?v=fXBBwCIA0Ds)
8. [How to Quantize a ResNet from Scratch! Full Coding Tutorial (Eager Mode)](https://www.youtube.com/watch?v=jNZ1rkIfwsM)
9. [Quantization explained with PyTorch - Post-Training Quantization, Quantization-Aware Training](https://www.youtube.com/watch?v=0VdNflU08yA)
10. [Build your own custom 8-bit Quantizer from scratch using PyTorch | by Milan Tamang | Towards AI](https://pub.towardsai.net/how-i-built-my-own-custom-8-bit-quantizer-from-scratch-a-step-by-step-guide-using-pytorch-a913cd12e85d)
11. [Build an 8-bit Custom Quantizer from Scratch: A Comprehensive Guide | by Priyanthan Govindaraj | Medium](https://medium.com/@govindarajpriyanthan/build-an-8-bit-custom-quantizer-from-scratch-a-comprehensive-guide-69d34486f89a)
12. [🔥How does quantization work?🚀](https://www.kaggle.com/code/aliabdin1/how-does-quantization-work/notebook)
13. [A Visual Guide to Quantization - by Maarten Grootendorst](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-quantization)
14. [A minimal Introduction to Quantization – hackerllama](https://osanseviero.github.io/hackerllama/blog/posts/minimal-quantize-intro/)
15. [Quantization in Depth - ](https://www.deeplearning.ai/short-courses/quantization-in-depth/)[DeepLearning.AI](http://deeplearning.ai)
16. [Quantization Fundamentals with Hugging Face - ](https://www.deeplearning.ai/short-courses/quantization-fundamentals-with-hugging-face/)[DeepLearning.AI](http://deeplearning.ai)
17. [Quantization-Aware Training (QAT) | Unsloth Documentation](https://docs.unsloth.ai/basics/quantization-aware-training-qat)
18. [A Guide to Quantization in LLMs | ](https://symbl.ai/developers/blog/a-guide-to-quantization-in-llms/)[Symbl.ai](http://symbl.ai)
19. L[LM quantization | LLM Inference Handbook](https://bentoml.com/llm/getting-started/llm-quantization)
20. [A Comprehensive Study on Quantization Techniques for Large Language Models](https://arxiv.org/html/2411.02530v1)
21. <https://fireworks.ai/blog/fireworks-quantization>
22. <https://huggingface.co/blog/merve/quantization>
23. <https://www.datacamp.com/tutorial/quantization-for-large-language-models>
24. <https://www.linkedin.com/pulse/llm-quantization-comprehensive-guide-model-efficient-ai-shastri-rnqwf/>&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://59r.gitbook.io/ml-university/quantization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
