Commit graph

108 commits

Author SHA1 Message Date
dmahan93
efbf52519d
Update upload_to_pypi.yml 2025-05-13 13:13:51 -05:00
dmahan93
c79d2c34c1
Create upload_to_pypi.yml 2025-05-13 13:07:35 -05:00
dmahan93
cb8641dc9d
Merge pull request #28 from NousResearch/add-support-for-custom-api-servers
add custom server support
2025-05-13 12:42:23 -05:00
dmahan93
24bd8192d9 remove transformer version as latest is working 2025-05-13 11:19:27 -05:00
dmahan93
553d45cc7e start servers as healthy so they can get a chance to check... 2025-05-13 11:17:23 -05:00
dmahan93
42c47ebc49 add docs :) 2025-05-13 10:28:17 -05:00
dmahan93
8b864e9786 move server_type to serverbaseline instead so it can be used as well for server instantiation 2025-05-13 10:21:58 -05:00
dmahan93
6fc356e76e fix type checking to substantiate an appropriate class instead of the abstract server class 2025-05-13 10:09:36 -05:00
dmahan93
e2128b817e restructure config_init... 2025-05-13 10:00:45 -05:00
dmahan93
bb658631e9 fix bad import from restructuring... 2025-05-13 09:58:16 -05:00
dmahan93
df62979b90 refactor to not mess up process... 2025-05-13 09:22:07 -05:00
dmahan93
6e9405ba95 Fix bad merge 2025-05-12 20:02:54 -05:00
dmahan93
0aaf59fc9a add trl server
add gsm8k example for axolotl checking
2025-05-12 19:04:46 -05:00
dmahan93
96be544228 Merge commit '71e7a5ca27' into add-support-for-custom-api-servers 2025-05-12 18:40:35 -05:00
dmahan93
71e7a5ca27
Merge pull request #41 from NousResearch/workaround-provider-ignoring-n-kwarg-openai-api
Add n kwarg being ignored workaround
2025-05-12 18:19:47 -05:00
Teknium
1d78951d63
Update README.md
More updates for clarity
2025-05-12 11:31:42 -07:00
Teknium
2e8f0f2636
Update README.md
Add diagram
2025-05-12 11:14:44 -07:00
dmahan93
9a1b55525c add docs 2025-05-12 12:09:49 -05:00
dmahan93
1aa72d7e7e Add n kwarg being ignored workaround 2025-05-12 12:06:03 -05:00
dmahan93
004dbc8565
Merge pull request #40 from NousResearch/remove-torch-dependency-in-lib
Remove dependency on torch for default installation
2025-05-12 10:48:18 -05:00
dmahan93
727c7ba640 Remove dependency on torch for default installation 2025-05-12 10:17:41 -05:00
dmahan93
706097db21
Merge pull request #36 from NousResearch/add-gym-frozen-lake-example
add gym taxi env
2025-05-12 08:49:11 -05:00
hjc-puro
22673018fb
Merge pull request #13 from NousResearch/2025-05-03-http-error-logging
Improve error logging for HTTP requests
2025-05-11 02:28:43 +08:00
hjc-puro
e68df555ba use parse_http_rseponse 2025-05-10 05:12:08 -04:00
hjc-puro
a659217afe
Merge branch 'main' into 2025-05-03-http-error-logging 2025-05-10 17:09:22 +08:00
dmahan93
1fe7deae47 Merge commit 'b386960d78' into add-gym-frozen-lake-example 2025-05-09 19:23:16 -05:00
dmahan93
b386960d78
Merge pull request #37 from NousResearch/fix-util-pre-commit
fix pre-commit
2025-05-09 19:20:10 -05:00
dmahan93
37f040a883 fix pre-commit 2025-05-09 19:14:45 -05:00
dmahan93
92428fec8f add gym taxi env 2025-05-09 19:05:01 -05:00
dmahan93
c1ba77ec26
Merge pull request #7 from misrasaurabh1/codeflash/optimize-grab_exact_from_heterogeneous_queue-ma3pegzo
️ Speed up function `grab_exact_from_heterogeneous_queue` by 1,680%
2025-05-09 12:18:56 -05:00
dmahan93
f5ea281245
Merge pull request #33 from NousResearch/fix-quick-start-guide
add pre-commit workflow and readme.md changes to point to debugging tools
2025-05-09 10:17:31 -05:00
dmahan93
baf2732f87 add pre-commit workflow and readme.md changes to point to debugging tools first 2025-05-09 10:15:59 -05:00
dmahan93
d54376a617
Merge pull request #32 from NousResearch/pre-commit-run
run pre-commit on all files
2025-05-09 09:54:49 -05:00
dmahan93
40b12dae60 run pre-commit on all files 2025-05-09 09:54:20 -05:00
dmahan93
b959c30ebf
Merge pull request #31 from NousResearch/fix-math-evals-due-to-updated-dataset
fix olympiadbench due to upstream changes
2025-05-09 09:42:06 -05:00
dmahan93
e09ae8d3d3 fix olympiadbench due to upstream changes 2025-05-09 09:41:10 -05:00
hjc-puro
f303853e36
Update README.md 2025-05-09 02:41:17 -04:00
hjc-puro
629d8c1731
Merge pull request #14 from NousResearch/2025-05-02-server-cli 2025-05-09 13:37:54 +08:00
artem
693b28b961
Merge pull request #22 from NousResearch/vision_env_fixes
fix multimodal envs. add view_run_multimodal
2025-05-08 20:28:57 -07:00
dmahan93
8ff48065a3
Update server_manager.py to not continue to API config stuff if serverbaseline is set 2025-05-08 20:18:15 -05:00
Teknium
d17356a1af
Update README.md 2025-05-08 17:22:56 -07:00
dmahan93
f9b39c28f9
Merge pull request #27 from NousResearch/24-keyerror-on-self_state-in-base-register-env-fail
24 keyerror on self state in base register env fail
2025-05-08 17:46:41 -05:00
hjc-puro
fe2587b8bf
Merge pull request #25 from NousResearch/design-philosophy
Update base env README with design philosophy
2025-05-09 03:13:05 +08:00
hjc-puro
515c4cb6ab
Update README.md 2025-05-08 15:12:44 -04:00
hjc-puro
7b0028d0ba
Update README.md 2025-05-08 15:07:43 -04:00
dmahan93
70cf61c210 add custom server support 2025-05-08 12:01:49 -05:00
dmahan93
61af36b226
Update base.py 2025-05-08 11:53:15 -05:00
dmahan93
1848c7d453
Update base.py 2025-05-08 11:29:29 -05:00
dmahan93
301cc03b9d
require register-env to wait until batch is hit 2025-05-08 11:28:38 -05:00
hjc-puro
9415cadc53 fix cls name 2025-05-08 06:54:43 -07:00