Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Nov 3, 2023
1 parent 3ca2157 commit 6fcbde7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion extra/grpc/autogptq/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
## A bash script wrapper that runs the autogptq server with conda

PATH=$PATH:/opt/conda/bin
export PATH=$PATH:/opt/conda/bin

# Activate conda environment
source activate autogptq
Expand Down
4 changes: 3 additions & 1 deletion extra/grpc/bark/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

##
## A bash script wrapper that runs the ttsbark server with conda
PATH=$PATH:/opt/conda/bin

export PATH=$PATH:/opt/conda/bin

# Activate conda environment
source activate ttsbark

Expand Down
2 changes: 1 addition & 1 deletion extra/grpc/diffusers/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
## A bash script wrapper that runs the diffusers server with conda

PATH=$PATH:/opt/conda/bin
export PATH=$PATH:/opt/conda/bin

# Activate conda environment
source activate diffusers
Expand Down
2 changes: 1 addition & 1 deletion extra/grpc/exllama/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
## A bash script wrapper that runs the exllama server with conda

PATH=$PATH:/opt/conda/bin
export PATH=$PATH:/opt/conda/bin

# Activate conda environment
source activate exllama
Expand Down
2 changes: 1 addition & 1 deletion extra/grpc/huggingface/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
## A bash script wrapper that runs the huggingface server with conda

PATH=$PATH:/opt/conda/bin
export PATH=$PATH:/opt/conda/bin

# Activate conda environment
source activate huggingface
Expand Down
2 changes: 1 addition & 1 deletion extra/grpc/vall-e-x/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##
## A bash script wrapper that runs the ttsvalle server with conda
PATH=$PATH:/opt/conda/bin
export PATH=$PATH:/opt/conda/bin

# Activate conda environment
source activate ttsvalle
Expand Down
2 changes: 1 addition & 1 deletion extra/grpc/vllm/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
## A bash script wrapper that runs the diffusers server with conda

PATH=$PATH:/opt/conda/bin
export PATH=$PATH:/opt/conda/bin

# Activate conda environment
source activate vllm
Expand Down

0 comments on commit 6fcbde7

Please sign in to comment.