Skip to content

Commit

Permalink
add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Nov 3, 2023
1 parent 84c7b0e commit 3ca2157
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extra/grpc/autogptq/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

##
## A bash script wrapper that runs the autogptq server with conda

Expand Down
2 changes: 2 additions & 0 deletions extra/grpc/bark/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

##
## A bash script wrapper that runs the ttsbark server with conda
PATH=$PATH:/opt/conda/bin
Expand Down
2 changes: 2 additions & 0 deletions extra/grpc/diffusers/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

##
## A bash script wrapper that runs the diffusers server with conda

Expand Down
2 changes: 2 additions & 0 deletions extra/grpc/exllama/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

##
## A bash script wrapper that runs the exllama server with conda

Expand Down
2 changes: 2 additions & 0 deletions extra/grpc/huggingface/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

##
## A bash script wrapper that runs the huggingface server with conda

Expand Down
1 change: 1 addition & 0 deletions extra/grpc/huggingface/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
##
## A bash script wrapper that runs the huggingface server with conda

Expand Down
2 changes: 2 additions & 0 deletions extra/grpc/vall-e-x/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

##
## A bash script wrapper that runs the ttsvalle server with conda
PATH=$PATH:/opt/conda/bin
Expand Down
2 changes: 2 additions & 0 deletions extra/grpc/vllm/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

##
## A bash script wrapper that runs the diffusers server with conda

Expand Down

0 comments on commit 3ca2157

Please sign in to comment.