Skip to content

Commit

Permalink
fix: autoawq bug in the tutorial (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalnayak authored Jun 10, 2024
1 parent 176cfff commit 14ddcd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/Quantized_Bonito_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"outputs": [],
"source": [
"!pip install autoawq\n",
"!git clone https://github.com/Boltuzamaki/AutoAWQ_kernels.git\n",
"!pip install AutoAWQ_kernels/builds/autoawq_kernels-0.0.6+cu122-cp310-cp310-linux_x86_64.whl"
"!git clone https://github.com/nihalnayak/AutoAWQ_kernels.git\n",
"!pip install AutoAWQ_kernels/precompiled_dist/autoawq_kernels-0.0.6+cu121-cp310-cp310-linux_x86_64.whl"
]
},
{
Expand Down

0 comments on commit 14ddcd4

Please sign in to comment.