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
ZhangXiaoyun
prm
Commits
f9793a40
Commit
f9793a40
authored
Mar 01, 2025
by
ZhangXiaoyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small error
parent
1cbcbfc2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
openr/prm/infer_fns.py
+1
-1
openr/reason/llm_service/create_service_qwen2.5_math_vllm_gold_prm_speed.sh
+1
-0
No files found.
openr/prm/infer_fns.py
View file @
f9793a40
...
...
@@ -11,7 +11,7 @@ lock = multiprocessing.Lock()
print
(
id
(
lock
),
os
.
getpid
())
import
redis
redis_client
=
redis
.
Redis
(
host
=
'127.0.0.1'
,
port
=
6379
,
db
=
0
)
redis_client
=
redis
.
Redis
(
host
=
'127.0.0.1'
,
port
=
20001
,
db
=
0
)
def
set_shared_value
(
key
,
value
):
redis_client
.
set
(
key
,
value
)
...
...
openr/reason/llm_service/create_service_qwen2.5_math_vllm_gold_prm_speed.sh
View file @
f9793a40
...
...
@@ -66,4 +66,5 @@ do
tmux send-keys
"CUDA_VISIBLE_DEVICES=
$((
i+NUM_LM_WORKER+CUDA_DEVICE_BASE
))
$PYTHON_EXECUTABLE
-m reason.llm_service.workers.gold_reward_model_worker --model-path
$VALUE_MODEL_PATH
--model-names
$VALUE_MODEL_NAME
--controller-address http://
$HOST_ADDR
:
$CONTROLER_PORT
--host
$HOST_ADDR
--port
$WORKER_PORT
--worker-address http://
$HOST_ADDR
:
$WORKER_PORT
--gpu_memory_utilization 0.95 --acc
$ACC
"
Enter
done
tmux new-window
-n
redis_
$i
tmux send-keys
"redis-server ~/redis_conf/redis.conf"
Enter
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