Skip to content

Commit f9b4aa8

Browse files
authored
Update run_qwen3_8b_instruct_search_multiturn_ASearch_fully_async.sh
1 parent 63dde9d commit f9b4aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_qwen3_8b_instruct_search_multiturn_ASearch_fully_async.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ulimit -n 65535
4949
ASEARCH_DATA_DIR="${ASEARCH_DATA_DIR:-${REPO_ROOT}/examples/search_agent_rl/ASearcher}"
5050
TRAIN_DATA="${TRAIN_DATA:-${ASEARCH_DATA_DIR}/ASearcher_train.parquet}"
5151
VAL_DATA="${VAL_DATA:-${ASEARCH_DATA_DIR}/ASearcher_test.parquet}"
52-
MODEL_PATH="${MODEL_PATH:-/mnt/bn/ttsa-relevance-2/jcli/models/Qwen3-8B}"
52+
MODEL_PATH="${MODEL_PATH:-Qwen/Qwen3-8B}"
5353

5454
NNODES="${NNODES:-1}"
5555
NGPUS_PER_NODE="${NGPUS_PER_NODE:-8}"

0 commit comments

Comments
 (0)