benchmax 0.1.2.dev17__tar.gz → 0.1.2.dev19__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/PKG-INFO +2 -2
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/pyproject.toml +2 -2
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/tracking.py +2 -2
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax.egg-info/PKG-INFO +2 -2
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax.egg-info/requires.txt +1 -1
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/LICENSE +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/README.md +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/setup.cfg +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/adapters/__init__.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/adapters/benchmax_wrapper.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/adapters/skyrl/benchmax_data_process.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/adapters/skyrl/skyrl_adapter.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/bundle/__init__.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/bundle/bundler.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/bundle/errors.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/bundle/loader.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/bundle/payload.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/bundle/validator.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/__init__.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/base_env.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/crm/crm_env.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/crm/workdir/reward_fn.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/crm/workdir/salesforce_mcp.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/excel/data_utils.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/excel/excel_env.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/excel/workdir/__init__.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/excel/workdir/excel_code_runner_mcp.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/excel/workdir/excel_utils.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/excel/workdir/reward_fn.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/math/math_env.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/math/workdir/reward_fn.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/__init__.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/example_workdir/demo_mcp_server.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/example_workdir/reward_fn.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/parallel_mcp_env.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/provisioners/__init__.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/provisioners/base_provisioner.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/provisioners/local_provisioner.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/provisioners/manual_provisioner.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/provisioners/skypilot_provisioner.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/provisioners/utils.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/proxy_server.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/server_pool.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/utils.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/types.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/wikipedia/utils.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/wikipedia/wiki_env.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/prompts/__init__.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/prompts/tools.py +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax.egg-info/SOURCES.txt +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax.egg-info/dependency_links.txt +0 -0
- {benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: benchmax
|
|
3
|
-
Version: 0.1.2.
|
|
3
|
+
Version: 0.1.2.dev19
|
|
4
4
|
Summary: Framework-Agnostic RL Environments for LLM Fine-Tuning
|
|
5
5
|
Author: cgft.io
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -12,7 +12,7 @@ Requires-Dist: aiohttp>=3.13.1
|
|
|
12
12
|
Requires-Dist: asyncio>=4.0.0
|
|
13
13
|
Requires-Dist: cloudpickle>=3.0.0
|
|
14
14
|
Requires-Dist: datasets>=4.0.0
|
|
15
|
-
Requires-Dist: expt-logger>=0.1.0.
|
|
15
|
+
Requires-Dist: expt-logger>=0.1.0.dev22
|
|
16
16
|
Provides-Extra: mcp
|
|
17
17
|
Requires-Dist: fastmcp~=2.12.0; extra == "mcp"
|
|
18
18
|
Requires-Dist: pyjwt>=2.10.1; extra == "mcp"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "benchmax"
|
|
3
|
-
version = "0.1.2.
|
|
3
|
+
version = "0.1.2.dev19"
|
|
4
4
|
description = "Framework-Agnostic RL Environments for LLM Fine-Tuning"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{ name = "cgft.io" }]
|
|
@@ -10,7 +10,7 @@ dependencies = [
|
|
|
10
10
|
"asyncio>=4.0.0",
|
|
11
11
|
"cloudpickle>=3.0.0",
|
|
12
12
|
"datasets>=4.0.0",
|
|
13
|
-
"expt-logger>=0.1.0.
|
|
13
|
+
"expt-logger>=0.1.0.dev22",
|
|
14
14
|
]
|
|
15
15
|
classifiers = [
|
|
16
16
|
"Programming Language :: Python :: 3",
|
|
@@ -79,13 +79,13 @@ def tracking_context(config: TrackingConfig | None) -> Iterator[None]:
|
|
|
79
79
|
_ACTIVE_TRACKER.reset(token)
|
|
80
80
|
|
|
81
81
|
|
|
82
|
-
def log_env(rollout_id: str, message: str) -> None:
|
|
82
|
+
def log_env(rollout_id: str, message: str, commit: bool = False, flush_k: int = 30) -> None:
|
|
83
83
|
tracker = _ACTIVE_TRACKER.get()
|
|
84
84
|
if tracker is None:
|
|
85
85
|
return
|
|
86
86
|
|
|
87
87
|
try:
|
|
88
|
-
tracker.log_environment(rollout_id, str(message))
|
|
88
|
+
tracker.log_environment(rollout_id, str(message), commit, flush_k)
|
|
89
89
|
except Exception as e:
|
|
90
90
|
LOGGER.debug("log_environment failed: %s", e)
|
|
91
91
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: benchmax
|
|
3
|
-
Version: 0.1.2.
|
|
3
|
+
Version: 0.1.2.dev19
|
|
4
4
|
Summary: Framework-Agnostic RL Environments for LLM Fine-Tuning
|
|
5
5
|
Author: cgft.io
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -12,7 +12,7 @@ Requires-Dist: aiohttp>=3.13.1
|
|
|
12
12
|
Requires-Dist: asyncio>=4.0.0
|
|
13
13
|
Requires-Dist: cloudpickle>=3.0.0
|
|
14
14
|
Requires-Dist: datasets>=4.0.0
|
|
15
|
-
Requires-Dist: expt-logger>=0.1.0.
|
|
15
|
+
Requires-Dist: expt-logger>=0.1.0.dev22
|
|
16
16
|
Provides-Extra: mcp
|
|
17
17
|
Requires-Dist: fastmcp~=2.12.0; extra == "mcp"
|
|
18
18
|
Requires-Dist: pyjwt>=2.10.1; extra == "mcp"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/adapters/skyrl/benchmax_data_process.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/crm/workdir/salesforce_mcp.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/excel/workdir/excel_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/example_workdir/reward_fn.py
RENAMED
|
File without changes
|
|
File without changes
|
{benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/provisioners/__init__.py
RENAMED
|
File without changes
|
{benchmax-0.1.2.dev17 → benchmax-0.1.2.dev19}/src/benchmax/envs/mcp/provisioners/base_provisioner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|