feat(model): Support SOLAR-10.7B-Instruct-v1.0 (#1001)

This commit is contained in:
Fangyin Cheng
2023-12-30 16:54:27 +08:00
committed by GitHub
parent 0cdc77abb2
commit 07a25c3d86
25 changed files with 43 additions and 188 deletions

10
scripts/build_web_static.sh Normal file → Executable file
View 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