We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cbfa5 commit d9cc058Copy full SHA for d9cc058
week09_compression/README.md
@@ -27,7 +27,7 @@ conda activate inference
27
28
# To run part with auto-gptq
29
pip install auto-gptq==0.7.1 accelerate==0.28.0
30
-pip install --upgrade git+https://github.com/huggingface/transformers.git
+pip install --upgrade git+https://github.com/huggingface/transformers.git@56b64bf
31
32
# To run part with Smoothquant
33
cd ~
@@ -55,4 +55,4 @@ jupyter lab --no-browser
55
* https://arxiv.org/abs/2206.09557
56
* https://arxiv.org/abs/2208.07339
57
* https://huggingface.co/blog/hf-bitsandbytes-integration
58
-* https://pytorch.org/tutorials/advanced/static_quantization_tutorial.html
+* https://pytorch.org/tutorials/advanced/static_quantization_tutorial.html
0 commit comments