File tree 9 files changed +26
-26
lines changed
9 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
- .PONY : autogptq
1
+ .PHONY : autogptq
2
2
autogptq :
3
3
@echo " Creating virtual environment..."
4
4
@conda env create --name autogptq --file autogptq.yml
Original file line number Diff line number Diff line change 1
- .PONY : ttsbark
1
+ .PHONY : ttsbark
2
2
ttsbark :
3
3
@echo " Creating virtual environment..."
4
4
@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
2
2
diffusers :
3
3
@echo " Creating virtual environment..."
4
4
@conda env create --name diffusers --file diffusers.yml
5
5
@echo " Virtual environment created."
6
6
7
- .PONY : run
7
+ .PHONY : run
8
8
run :
9
9
@echo " Running diffusers..."
10
10
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
2
2
exllama :
3
3
@echo " Creating virtual environment..."
4
4
@conda env create --name exllama --file exllama.yml
5
5
@echo " Virtual environment created."
6
6
7
- .PONY : run
7
+ .PHONY : run
8
8
run :
9
9
@echo " Running exllama..."
10
10
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
2
2
petals :
3
3
@echo " Creating virtual environment..."
4
4
@conda env create --name petals --file petals.yml
5
5
@echo " Virtual environment created."
6
6
7
- .PONY : run
7
+ .PHONY : run
8
8
run :
9
9
@echo " Running petals..."
10
10
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
2
2
sentencetransformers :
3
3
@echo " Creating virtual environment..."
4
4
@conda env create --name sentencetransformers --file sentencetransformers.yml
5
5
@echo " Virtual environment created."
6
6
7
- .PONY : run
7
+ .PHONY : run
8
8
run :
9
9
@echo " Running sentencetransformers..."
10
10
bash run.sh
11
11
@echo " sentencetransformers run."
12
12
13
13
# It is not working well by using command line. It only6 works with IDE like VSCode.
14
- .PONY : test
14
+ .PHONY : test
15
15
test :
16
16
@echo " Testing sentencetransformers..."
17
17
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
2
2
transformers :
3
3
@echo " Creating virtual environment..."
4
4
@conda env create --name transformers --file transformers.yml
5
5
@echo " Virtual environment created."
6
6
7
- .PONY : run
7
+ .PHONY : run
8
8
run :
9
9
@echo " Running transformers..."
10
10
bash run.sh
11
11
@echo " transformers run."
12
12
13
13
# It is not working well by using command line. It only6 works with IDE like VSCode.
14
- .PONY : test
14
+ .PHONY : test
15
15
test :
16
16
@echo " Testing transformers..."
17
17
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
2
2
ttsvalle :
3
3
@echo " Creating virtual environment..."
4
4
@conda env create --name ttsvalle --file ttsvalle.yml
5
5
@echo " Virtual environment created."
6
6
7
- .PONY : run
7
+ .PHONY : run
8
8
run :
9
9
@echo " Running ttsvalle..."
10
10
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
2
2
vllm :
3
3
@echo " Creating virtual environment..."
4
4
@conda env create --name vllm --file vllm.yml
5
5
@echo " Virtual environment created."
6
6
7
- .PONY : run
7
+ .PHONY : run
8
8
run :
9
9
@echo " Running vllm..."
10
10
bash run.sh
11
- @echo " vllm run."
11
+ @echo " vllm run."
You can’t perform that action at this time.
0 commit comments