mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 20:53:48 +00:00
feat(model): Support SOLAR-10.7B-Instruct-v1.0 (#1001)
This commit is contained in:
10
scripts/build_web_static.sh
Normal file → Executable file
10
scripts/build_web_static.sh
Normal file → Executable file
@@ -1,6 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../web
|
||||
# Exit immediately if a command exits with a non-zero status.
|
||||
set -e
|
||||
|
||||
SCRIPT_LOCATION=$0
|
||||
cd "$(dirname "$SCRIPT_LOCATION")"
|
||||
WORK_DIR=$(pwd)
|
||||
WORK_DIR="$WORK_DIR/.."
|
||||
|
||||
cd $WORK_DIR/web
|
||||
|
||||
npm install
|
||||
npm run build
|
||||
|
Reference in New Issue
Block a user