Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
prm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shi wenxuan
prm
Commits
ca6feac2
Commit
ca6feac2
authored
Mar 01, 2025
by
ZhangXiaoyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
result
parent
dc3baf42
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
openr/infer.sh
+2
-2
openr/scripts/eval/beam_search.sh
+1
-1
No files found.
openr/infer.sh
View file @
ca6feac2
...
...
@@ -80,9 +80,9 @@ ulimit -u 4125556
cd
/nfs_global/S/zhangxiaoyun/prm/openr
export
PYTHONPATH
=
$(
pwd
)
bash reason/llm_service/create_service_qwen2.5_math_vllm_gold_prm_speed.sh
--acc
1.0
--policy_model_name
Qwen2.5-Math-
1.5
B-Instruct
bash reason/llm_service/create_service_qwen2.5_math_vllm_gold_prm_speed.sh
--acc
1.0
--policy_model_name
Qwen2.5-Math-
7
B-Instruct
sleep 100s
bash scripts/eval/beam_search.sh
--acc
1.0
--policy_model_name
Qwen2.5-Math-
1.5
B-Instruct
bash scripts/eval/beam_search.sh
--acc
1.0
--policy_model_name
Qwen2.5-Math-
7
B-Instruct
#- End
echo
"Job end at
$(
date
"+%Y-%m-%d %H:%M:%S"
)
"
openr/scripts/eval/beam_search.sh
View file @
ca6feac2
...
...
@@ -15,7 +15,7 @@ done
VALUE_MODEL_NAME
=
${
POLICY_MODEL_NAME
}
_RM
SAVE_DIR
=
"
${
POLICY_MODEL_NAME
}
/
${
ACC
}
"
SAVE_DIR
=
"
results/
${
POLICY_MODEL_NAME
}
/
${
ACC
}
"
echo
"POLICY_MODEL_NAME is
$POLICY_MODEL_NAME
"
echo
"VALUE_MODEL_NAME is
$VALUE_MODEL_NAME
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment