mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
add arch list
This commit is contained in:
parent
14e6b4d414
commit
e08a1fdae6
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ RUN python3 -m pip install --no-cache-dir bitsandbytes
|
|||
|
||||
# Add auto-gptq for gtpq quantization testing, installed from source
|
||||
RUN pip install gekko
|
||||
RUN git clone https://github.com/PanQiWei/AutoGPTQ.git && cd AutoGPTQ && python3 setup.py install
|
||||
RUN git clone https://github.com/PanQiWei/AutoGPTQ.git && cd AutoGPTQ && TORCH_CUDA_ARCH_LIST="7.5+PTX" python3 setup.py install
|
||||
|
||||
# Add optimum for gptq quantization testing
|
||||
RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/optimum@main#egg=optimum
|
||||
|
|
|
|||
Loading…
Reference in a new issue