(improvement)(config) Remove the supersonic-env configuration file and use the llm-config.yaml file uniformly. (#1238)

This commit is contained in:
lexluo09
2024-06-27 14:27:46 +08:00
committed by GitHub
parent ff20ae4006
commit 90f7a79380
10 changed files with 42 additions and 81 deletions

View File

@@ -3,10 +3,6 @@
sbinDir=$(cd "$(dirname "$0")"; pwd)
source $sbinDir/supersonic-common.sh
set -a
source $sbinDir/../conf/supersonic-env.sh
set +a
command=$1
service=$2
if [ -z "$service" ]; then