File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,25 +4,15 @@ set -e # Exit immediately on error.
44
55if [ $# -ne 1 ]; then
66 echo " Usage: $0 <model_location>"
7- echo " Example: $0 Qwen/Qwen2 .5-7B-Instruct "
7+ echo " Example: $0 \" gemini/gemini-2 .5-flash \" "
88 exit 1
99fi
1010
1111MODEL_NAME=" $1 "
1212
13- # Note: set it to "openai" if you are using your own model server (vllm)
14- # Otherwise, set it to "azure" if you are using azure gpt endpoint
15- # Run self-serving model
16- # export OPENAI_API_TYPE="openai"
17- # export OPENAI_BASE_URL="http://localhost:2327/v1"
18- # export OPENAI_API_KEY="EMPTY"
19-
2013source sregym_core/.venv/bin/activate
2114
2215echo " ==> Start to run SREGym"
23- # Note that if you benchmark has multiple tasks, you need to add --task <task>
24- # in your code to enable task selection.
25-
2616python src/main.py \
2717 --agent " stratus" \
2818 --model_name " ${MODEL_NAME} "
You can’t perform that action at this time.
0 commit comments