chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:26:09 +08:00
commit e52be69050
345 changed files with 188435 additions and 0 deletions
@@ -0,0 +1,4 @@
#!/bin/bash
MODEL_PATH=$1
sglang.launch_server --model-path $MODEL_PATH --host 0.0.0.0 --tp 4 --port 8004
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
cd $(dirname $0) || exit
# GOOGLE_SEARCH_KEY
export GOOGLE_SEARCH_KEY=''
# JINA
export JINA_API_KEY=''
# DASHSCOPE
export DASHSCOPE_API_KEY=''
cd ..
python -m demos.assistant_qwq_chat