Skip to content

Commit 63dde9d

Browse files
authored
Update MODEL_PATH to new directory structure
1 parent f6ad396 commit 63dde9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_qwen3_8b_instruct_search_multiturn_ASearch.sh

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

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

0 commit comments

Comments
 (0)