Commit graph

1320 commits

Author SHA1 Message Date
Teknium
faf84d241c
Merge branch 'main' into patch-1 2026-01-21 05:55:56 -08:00
crStiv
b44eca5a5e
Fix typo in TODO comment in plot.py 2026-01-20 00:14:51 +02:00
crStiv
8edfbe1de4
Fix typo in error message for resume type 2026-01-20 00:12:12 +02:00
crStiv
abc9ad3c73
Fix typos in comments for clarity 2026-01-20 00:07:50 +02:00
crStiv
ee97038408
Fix typos in instruction description methods
Corrected typos in the docstring for build_description and another function.
2026-01-19 23:58:55 +02:00
crStiv
3db6276299
Fix typo in README.md for GamePigeon 2026-01-19 23:50:20 +02:00
crStiv
31266ba5b9
Fix typo in fight commentator prompt 2026-01-19 23:45:52 +02:00
crStiv
d8f29a6026
Fix typo in fight commentator prompt 2026-01-19 23:45:39 +02:00
Ragnar
5c8ee88f0f
Update callbacks.py 2026-01-19 20:39:21 +02:00
Siddharth Balyan
ecea823d5c
Merge branch 'main' into sid/verifiers 2026-01-19 12:58:32 +05:30
Teknium
84a8bbb9cb
Merge pull request #317 from Savage890/fix/issue-308-jsonl2html
fix: handle nested message format in jsonl2html.py
2026-01-16 06:47:44 -08:00
Siddharth Balyan
7f28c52994
Merge branch 'main' into sid/verifiers 2026-01-16 11:50:27 +05:30
Teknium
9047f03109
Merge pull request #297 from NousResearch/add_reasoning_handling_draft
Add support for reasoning models and their variety of providers/endpo…
2026-01-15 19:43:17 -08:00
Teknium
42db3b1f59
Merge pull request #318 from crStiv/typos
fix: multiple typos of different importance
2026-01-15 09:17:58 -08:00
crStiv
7e12fa015c
Update README.md 2026-01-15 16:09:46 +02:00
crStiv
b624cbd246
Update plot.py 2026-01-15 16:09:00 +02:00
crStiv
14b82ae6cc
Update configs.py 2026-01-15 16:07:00 +02:00
crStiv
941fadd73c
Update run.py 2026-01-15 16:06:43 +02:00
crStiv
20992ed5d5
Update hpo.py 2026-01-15 16:05:27 +02:00
crStiv
d2fbe43e7e
Update lcb_modal_endpoint.py 2026-01-15 16:00:03 +02:00
Teknium
351403dcc5
Merge branch 'main' into add_reasoning_handling_draft 2026-01-15 01:13:03 -08:00
teknium
31a8cdc7a7 update test to reflect the change in reasoning effort mapping 2026-01-15 07:48:52 +00:00
teknium
b46d7effe8 Merge branch 'add_reasoning_handling_draft' of https://github.com/NousResearch/atropos into add_reasoning_handling_draft 2026-01-15 07:45:02 +00:00
teknium
681616844d linter.... 2026-01-15 07:44:53 +00:00
pre-commit-ci[bot]
6c827d949d [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-01-15 07:44:21 +00:00
teknium
45d47fbf56 Refactor reasoning configuration check in APIServer class
- Removed unnecessary commented-out code and simplified the logic for checking if reasoning is configured and active. This enhances code readability and maintainability.
2026-01-15 07:43:21 +00:00
pre-commit-ci[bot]
f3ea354f31 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-01-15 07:23:36 +00:00
teknium
c2e7b3700e Merge branch 'add_reasoning_handling_draft' of https://github.com/NousResearch/atropos into add_reasoning_handling_draft 2026-01-15 07:22:47 +00:00
teknium
b2d17a44d2 Add README for server handling module and refine ReasoningConfig logic
- Introduced a new README.md file detailing the server handling module, including support for reasoning models, provider differences, effort level mappings, and usage examples.
- Cleaned up the ReasoningConfig class by removing unnecessary comments and clarifying logic related to reasoning injection and provider-specific requirements.
2026-01-15 07:21:53 +00:00
teknium
0e187d7869 Update completion handler documentation to clarify that reasoning config is not injected for completions, as it is only supported in chat completions. 2026-01-15 06:44:55 +00:00
pre-commit-ci[bot]
b6e24266b2 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-01-15 06:27:19 +00:00
teknium
0316cac8d1 Rename is_active method to is_reasoning_kwargs_active in ReasoningConfig for clarity. Update references in the class and corresponding tests to reflect this change. 2026-01-15 06:26:31 +00:00
balyan.sid@gmail.com
c56af35eaa switch to evalbase for verifiers_eval.py 2026-01-15 11:34:40 +05:30
pre-commit-ci[bot]
39e9a233db [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-01-14 21:36:05 +00:00
Savage890
39f05d18fa fix: handle nested message format in jsonl2html.py (#308) 2026-01-15 03:01:15 +05:30
dmahan93
9f6681be95
Merge pull request #315 from NousResearch/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2026-01-14 09:02:27 -08:00
teknium
00a0f5397a Merge branch 'add_reasoning_handling_draft' of https://github.com/NousResearch/atropos into add_reasoning_handling_draft 2026-01-14 13:38:08 +00:00
teknium
3a854cc3af fix linter 2026-01-14 13:38:04 +00:00
balyan.sid@gmail.com
57fa229846 remove unused managed_server wrapper + tese 2026-01-14 17:09:57 +05:30
balyan.sid@gmail.com
6a27e88023 use managed server 2026-01-14 17:09:01 +05:30
balyan.sid@gmail.com
32320512e8 update verifiers_server to use tokenizer_for_trainer 2026-01-13 15:00:54 +05:30
pre-commit-ci[bot]
79a55ff186 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-01-13 07:30:33 +00:00
teknium
2a7dd49328 Merge branch 'add_reasoning_handling_draft' of https://github.com/NousResearch/atropos into add_reasoning_handling_draft 2026-01-13 07:29:48 +00:00
teknium
b33cb7f943 A bit more updates for robustness 2026-01-13 07:29:43 +00:00
Teknium
837fc237ee
Merge branch 'main' into add_reasoning_handling_draft 2026-01-12 09:45:38 -08:00
teknium
6aba5244b8 ReasoningConfig documentation to clarify dependency on effort and max_tokens settings. This update specifies that enabling either of these parameters requires reasoning in OpenRouter to be set to Enabled. 2026-01-12 17:45:19 +00:00
teknium
21504537fc revive _get_server_base_url 2026-01-12 16:49:38 +00:00
pre-commit-ci[bot]
38d0283e8c
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.10...v0.14.11)
2026-01-12 16:41:30 +00:00
balyan.sid@gmail.com
a1d1e7d7fe fix env_args, dataset/prompt loading 2026-01-12 10:39:43 +05:30
pre-commit-ci[bot]
7907ffd0ad [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-01-12 05:05:11 +00:00