Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
verl
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
verl
Commits
d6b0d60b
Commit
d6b0d60b
authored
Jul 06, 2025
by
Yaoyu Zhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add one issue in README
parent
f97b56ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
README.md
+4
-0
SandboxFusion/sandbox/utils/logging.py
+2
-2
verl/__init__.py
+1
-1
No files found.
README.md
View file @
d6b0d60b
...
@@ -112,6 +112,10 @@ ssh -L 8266:localhost:49931 zhuyaoyu@r8l40-a02 -N
...
@@ -112,6 +112,10 @@ ssh -L 8266:localhost:49931 zhuyaoyu@r8l40-a02 -N
原因未知。
**难点:在are_equal_under_sympy里面打印各环节步骤没有超时的,怀疑是装饰器timeout_limit里面不知道哪搞超时了。**
原因未知。
**难点:在are_equal_under_sympy里面打印各环节步骤没有超时的,怀疑是装饰器timeout_limit里面不知道哪搞超时了。**
#### SandboxFusion里写入管道爆炸
应该还是因为东西太多了。但是不知道怎么解决。这部分的log在err里面。
#### 巨大的日志输出
#### 巨大的日志输出
跑的时候遇到了以
`"[ASSESS]\n\n`
开头的一大坨log输出。
**定位某段log是哪段代码输出的方法如下:**
跑的时候遇到了以
`"[ASSESS]\n\n`
开头的一大坨log输出。
**定位某段log是哪段代码输出的方法如下:**
...
...
SandboxFusion/sandbox/utils/logging.py
View file @
d6b0d60b
...
@@ -17,8 +17,8 @@ import sys
...
@@ -17,8 +17,8 @@ import sys
import
structlog
import
structlog
import
os
import
os
os
.
environ
[
"VERL_LIGHT_INIT"
]
=
"1"
#
os.environ["VERL_LIGHT_INIT"] = "1"
import
verl
#
import verl
root_logger
=
logging
.
getLogger
()
root_logger
=
logging
.
getLogger
()
root_logger
.
setLevel
(
logging
.
WARNING
)
# 设置全局日志级别
root_logger
.
setLevel
(
logging
.
WARNING
)
# 设置全局日志级别
...
...
verl/__init__.py
View file @
d6b0d60b
...
@@ -60,7 +60,7 @@ if os.environ.get("VERL_LIGHT_INIT", "0") != "1":
...
@@ -60,7 +60,7 @@ if os.environ.get("VERL_LIGHT_INIT", "0") != "1":
# put this at program entry (ideally before you create ProcessPoolExecutor)
# put this at program entry (ideally before you create ProcessPoolExecutor)
import
pickle
,
sys
,
os
,
inspect
,
logging
,
pprint
,
builtins
,
traceback
import
pickle
,
sys
,
os
,
inspect
,
logging
,
pprint
,
builtins
,
traceback
,
re
def
remove_useless_path
(
path
):
def
remove_useless_path
(
path
):
ray_pkg_idx
=
path
.
find
(
'_ray_pkg_'
)
ray_pkg_idx
=
path
.
find
(
'_ray_pkg_'
)
...
...
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