Skip to content

Commit d9cc058

Browse files
mryabMikhail Seleznyov
andauthored
Fix Transformers dependency in week09 practice (#24)
Co-authored-by: Mikhail Seleznyov <myyycroft@yandex-team.ru>
1 parent 55cbfa5 commit d9cc058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

week09_compression/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ conda activate inference
2727
2828
# To run part with auto-gptq
2929
pip install auto-gptq==0.7.1 accelerate==0.28.0
30-
pip install --upgrade git+https://github.com/huggingface/transformers.git
30+
pip install --upgrade git+https://github.com/huggingface/transformers.git@56b64bf
3131
3232
# To run part with Smoothquant
3333
cd ~
@@ -55,4 +55,4 @@ jupyter lab --no-browser
5555
* https://arxiv.org/abs/2206.09557
5656
* https://arxiv.org/abs/2208.07339
5757
* https://huggingface.co/blog/hf-bitsandbytes-integration
58-
* https://pytorch.org/tutorials/advanced/static_quantization_tutorial.html
58+
* https://pytorch.org/tutorials/advanced/static_quantization_tutorial.html

0 commit comments

Comments
 (0)