Skip to content

Commit

Permalink
For Issue #1812
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Aug 25, 2024
1 parent 4e2b242 commit bb8f619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ if [[ "${PIP_EXTRA_INDEX_URL}" == *"cu118"* ]]; then
pip install auto-gptq==0.7.1 --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
echo "cuda118 for awq, see: https://github.com/casper-hansen/AutoAWQ_kernels/releases/"

else
elif [[ -v CUDA_HOME ]]; then
#* GPU Optional: For exllama support on x86_64 linux
#pip uninstall -y exllama ; pip install https://github.com/jllllll/exllama/releases/download/0.0.18/exllama-0.0.18+cu121-cp310-cp310-linux_x86_64.whl --no-cache-dir -c reqs_optional/reqs_constraints.txt
# See [exllama](README_GPU.md#exllama) about running exllama models.
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "61f362b3d7cf90f25a3f2787f4da8bc6297ff5ee"
__version__ = "4e2b2421998b1f7cd0a93a2b579fdb41cfaa5c90"

0 comments on commit bb8f619

Please sign in to comment.