File tree Expand file tree Collapse file tree 9 files changed +26
-26
lines changed Expand file tree Collapse file tree 9 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1- .PONY : autogptq
1+ .PHONY : autogptq
22autogptq :
33 @echo " Creating virtual environment..."
44 @conda env create --name autogptq --file autogptq.yml
Original file line number Diff line number Diff line change 1- .PONY : ttsbark
1+ .PHONY : ttsbark
22ttsbark :
33 @echo " Creating virtual environment..."
44 @conda env create --name ttsbark --file ttsbark.yml
5- @echo " Virtual environment created."
5+ @echo " Virtual environment created."
Original file line number Diff line number Diff line change 1- .PONY : diffusers
1+ .PHONY : diffusers
22diffusers :
33 @echo " Creating virtual environment..."
44 @conda env create --name diffusers --file diffusers.yml
55 @echo " Virtual environment created."
66
7- .PONY : run
7+ .PHONY : run
88run :
99 @echo " Running diffusers..."
1010 bash run.sh
11- @echo " Diffusers run."
11+ @echo " Diffusers run."
Original file line number Diff line number Diff line change 1- .PONY : exllama
1+ .PHONY : exllama
22exllama :
33 @echo " Creating virtual environment..."
44 @conda env create --name exllama --file exllama.yml
55 @echo " Virtual environment created."
66
7- .PONY : run
7+ .PHONY : run
88run :
99 @echo " Running exllama..."
1010 bash run.sh
11- @echo " exllama run."
11+ @echo " exllama run."
Original file line number Diff line number Diff line change 1- .PONY : petals
1+ .PHONY : petals
22petals :
33 @echo " Creating virtual environment..."
44 @conda env create --name petals --file petals.yml
55 @echo " Virtual environment created."
66
7- .PONY : run
7+ .PHONY : run
88run :
99 @echo " Running petals..."
1010 bash run.sh
11- @echo " petals run."
11+ @echo " petals run."
Original file line number Diff line number Diff line change 1- .PONY : sentencetransformers
1+ .PHONY : sentencetransformers
22sentencetransformers :
33 @echo " Creating virtual environment..."
44 @conda env create --name sentencetransformers --file sentencetransformers.yml
55 @echo " Virtual environment created."
66
7- .PONY : run
7+ .PHONY : run
88run :
99 @echo " Running sentencetransformers..."
1010 bash run.sh
1111 @echo " sentencetransformers run."
1212
1313# It is not working well by using command line. It only6 works with IDE like VSCode.
14- .PONY : test
14+ .PHONY : test
1515test :
1616 @echo " Testing sentencetransformers..."
1717 bash test.sh
18- @echo " sentencetransformers tested."
18+ @echo " sentencetransformers tested."
Original file line number Diff line number Diff line change 1- .PONY : transformers
1+ .PHONY : transformers
22transformers :
33 @echo " Creating virtual environment..."
44 @conda env create --name transformers --file transformers.yml
55 @echo " Virtual environment created."
66
7- .PONY : run
7+ .PHONY : run
88run :
99 @echo " Running transformers..."
1010 bash run.sh
1111 @echo " transformers run."
1212
1313# It is not working well by using command line. It only6 works with IDE like VSCode.
14- .PONY : test
14+ .PHONY : test
1515test :
1616 @echo " Testing transformers..."
1717 bash test.sh
18- @echo " transformers tested."
18+ @echo " transformers tested."
Original file line number Diff line number Diff line change 1- .PONY : ttsvalle
1+ .PHONY : ttsvalle
22ttsvalle :
33 @echo " Creating virtual environment..."
44 @conda env create --name ttsvalle --file ttsvalle.yml
55 @echo " Virtual environment created."
66
7- .PONY : run
7+ .PHONY : run
88run :
99 @echo " Running ttsvalle..."
1010 bash run.sh
11- @echo " ttsvalle run."
11+ @echo " ttsvalle run."
Original file line number Diff line number Diff line change 1- .PONY : vllm
1+ .PHONY : vllm
22vllm :
33 @echo " Creating virtual environment..."
44 @conda env create --name vllm --file vllm.yml
55 @echo " Virtual environment created."
66
7- .PONY : run
7+ .PHONY : run
88run :
99 @echo " Running vllm..."
1010 bash run.sh
11- @echo " vllm run."
11+ @echo " vllm run."
You can’t perform that action at this time.
0 commit comments