From 3ca21574799ede59b258baebb255f0fb9c1568d8 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 3 Nov 2023 14:52:37 +0100 Subject: [PATCH] add shebang --- extra/grpc/autogptq/run.sh | 2 ++ extra/grpc/bark/run.sh | 2 ++ extra/grpc/diffusers/run.sh | 2 ++ extra/grpc/exllama/run.sh | 2 ++ extra/grpc/huggingface/run.sh | 2 ++ extra/grpc/huggingface/test.sh | 1 + extra/grpc/vall-e-x/run.sh | 2 ++ extra/grpc/vllm/run.sh | 2 ++ 8 files changed, 15 insertions(+) diff --git a/extra/grpc/autogptq/run.sh b/extra/grpc/autogptq/run.sh index fa62974989ae..ff12338a0751 100755 --- a/extra/grpc/autogptq/run.sh +++ b/extra/grpc/autogptq/run.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ## ## A bash script wrapper that runs the autogptq server with conda diff --git a/extra/grpc/bark/run.sh b/extra/grpc/bark/run.sh index 90633973ef23..d970fdc3c6d0 100755 --- a/extra/grpc/bark/run.sh +++ b/extra/grpc/bark/run.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ## ## A bash script wrapper that runs the ttsbark server with conda PATH=$PATH:/opt/conda/bin diff --git a/extra/grpc/diffusers/run.sh b/extra/grpc/diffusers/run.sh index 28bd195e86a2..7dafeb987e25 100644 --- a/extra/grpc/diffusers/run.sh +++ b/extra/grpc/diffusers/run.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ## ## A bash script wrapper that runs the diffusers server with conda diff --git a/extra/grpc/exllama/run.sh b/extra/grpc/exllama/run.sh index 2dcf3cb4152a..111456898843 100644 --- a/extra/grpc/exllama/run.sh +++ b/extra/grpc/exllama/run.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ## ## A bash script wrapper that runs the exllama server with conda diff --git a/extra/grpc/huggingface/run.sh b/extra/grpc/huggingface/run.sh index c498afdce269..8e2181d2dc75 100644 --- a/extra/grpc/huggingface/run.sh +++ b/extra/grpc/huggingface/run.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ## ## A bash script wrapper that runs the huggingface server with conda diff --git a/extra/grpc/huggingface/test.sh b/extra/grpc/huggingface/test.sh index 824c40cd645f..1eead0dc8ab6 100644 --- a/extra/grpc/huggingface/test.sh +++ b/extra/grpc/huggingface/test.sh @@ -1,3 +1,4 @@ +#!/bin/bash ## ## A bash script wrapper that runs the huggingface server with conda diff --git a/extra/grpc/vall-e-x/run.sh b/extra/grpc/vall-e-x/run.sh index ed629ed7853f..b173bd78b678 100644 --- a/extra/grpc/vall-e-x/run.sh +++ b/extra/grpc/vall-e-x/run.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ## ## A bash script wrapper that runs the ttsvalle server with conda PATH=$PATH:/opt/conda/bin diff --git a/extra/grpc/vllm/run.sh b/extra/grpc/vllm/run.sh index a4c17ad24b0a..c208dc9f4294 100644 --- a/extra/grpc/vllm/run.sh +++ b/extra/grpc/vllm/run.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ## ## A bash script wrapper that runs the diffusers server with conda