Skip to content

Commit

Permalink
fix PyPI name for autoawq
Browse files Browse the repository at this point in the history
  • Loading branch information
davanstrien authored and rlouf committed Jul 16, 2024
1 parent e684af2 commit cd8c79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/models/vllm.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ model = models.vllm("https://huggingface.co/squeeze-ai-lab/sq-llama-30b-w4-s5",

!!! Warning "Dependencies"

To use AWQ model you need to install the auto-awq library `pip install auto-awq`.
To use AWQ model you need to install the autoawq library `pip install autoawq`.

To use GPTQ models you need to install the autoGTPQ and optimum libraries `pip install auto-gptq optimum`.

Expand Down

0 comments on commit cd8c79a

Please sign in to comment.