Skip to content

Commit

Permalink
fix min compute capability for auto-gptq
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Aug 30, 2024
1 parent 3b5b5e2 commit 5991783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ else \
fi

# Install quantization libraries from source
ENV TORCH_CUDA_ARCH_LIST="5.0 6.0 7.0 7.5 8.0 8.6 9.0+PTX"
ENV TORCH_CUDA_ARCH_LIST="6.0 7.0 7.5 8.0 8.6 9.0+PTX"
COPY scripts/install_quantization_libs.py /internal/install_quantization_libs.py
RUN python internal/install_quantization_libs.py --install-autoawq-from-source --install-autogptq-from-source
RUN python internal/install_quantization_libs.py --install-autogptq-from-source

0 comments on commit 5991783

Please sign in to comment.