File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11.PHONY : autogptq
22autogptq :
3- @echo " Creating virtual environment..."
4- @conda env create --name autogptq --file autogptq.yml
5- @echo " Virtual environment created."
3+ $(MAKE ) -C ../common-env/transformers
4+
Original file line number Diff line number Diff line change 66export PATH=$PATH :/opt/conda/bin
77
88# Activate conda environment
9- source activate autogptq
9+ source activate transformers
1010
1111# get the directory where the bash script is located
1212DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ dependencies:
9393 - tzdata==2023.3
9494 - urllib3==1.26.17
9595 - xxhash==3.4.1
96+ - auto-gptq==0.6.0
9697 - yarl==1.9.2
9798 - soundfile
9899 - langid
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ dependencies:
8080 - triton==2.1.0
8181 - typing-extensions==4.8.0
8282 - tzdata==2023.3
83+ - auto-gptq==0.6.0
8384 - urllib3==1.26.17
8485 - xxhash==3.4.1
8586 - yarl==1.9.2
You can’t perform that action at this time.
0 commit comments