[release][project]update mvn pom to 0.7.3 and recover llm code,start shell, and docs (#43)

Co-authored-by: lexluo <lexluo@tencent.com>
This commit is contained in:
lexluo09
2023-08-30 14:18:52 +08:00
committed by GitHub
parent 4b99736a38
commit 9723c2496e
29 changed files with 503 additions and 131 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
sbinDir=$(cd "$(dirname "$0")"; pwd)
baseDir=$(readlink -f $sbinDir/../)
baseDir=$(cd "$sbinDir/.." && pwd -P)
runtimeDir=$baseDir/runtime
buildDir=$baseDir/build