chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user