Skip to content

Commit c97bbda

Browse files
committed
Small fixes
1 parent 427237b commit c97bbda

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

benchmarks/sregym/requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

benchmarks/sregym/run.sh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,15 @@ set -e # Exit immediately on error.
44

55
if [ $# -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
99
fi
1010

1111
MODEL_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-
2013
source sregym_core/.venv/bin/activate
2114

2215
echo "==> 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-
2616
python src/main.py \
2717
--agent "stratus" \
2818
--model_name "${MODEL_NAME}"

0 commit comments

Comments
 (0)