Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
853ae66
updated dependencies
nielsrolf Mar 11, 2026
ed8bfde
fix: pick first allowed_hardware instead of random choice
slacki-ai Mar 26, 2026
eadb661
fix: support requires_vram_gb=None by treating it as 0
slacki-ai Mar 26, 2026
d6fc438
test: add unit tests for deterministic GPU allocation
slacki-ai Mar 26, 2026
6c2996d
test: add unit tests for requires_vram_gb=None support
slacki-ai Mar 26, 2026
0393956
fix: remove broken rl module import from jobs/__init__.py
slacki-ai Mar 26, 2026
0705863
fix: capture process ref before health-check thread can null it
slacki-ai Mar 26, 2026
e6c8b41
fix: weighted SFT compat with newer Unsloth and transformers 5.x
slacki-ai Mar 26, 2026
c7e2154
Remove redundant and tautological tests
slacki-ai Mar 26, 2026
1f61415
Remove redundant and tautological tests
slacki-ai Mar 26, 2026
b33f795
Remove non-meaningful tests
slacki-ai Mar 26, 2026
9ef993e
Remove test that only verifies Python variable semantics
slacki-ai Mar 26, 2026
d5ec79c
Remove redundant and tautological tests
slacki-ai Mar 26, 2026
4968ae7
cmt
nielsrolf Apr 1, 2026
c2ab18e
Merge pull request #54 from slacki-ai/fix/weighted_sft_compat
nielsrolf Apr 1, 2026
ccc15b8
Merge pull request #52 from slacki-ai/fix/worker_process_race_condition
nielsrolf Apr 1, 2026
5af4534
Merge pull request #51 from slacki-ai/fix/remove_broken_rl_import
nielsrolf Apr 1, 2026
ceb523d
Merge pull request #49 from slacki-ai/support_vram_none
nielsrolf Apr 1, 2026
3198e88
Merge pull request #48 from slacki-ai/first_tried_gpu_allocation
nielsrolf Apr 1, 2026
d27ac33
Merge branch 'v0.9' of https://github.com/longtermrisk/openweights in…
nielsrolf Apr 1, 2026
805dbd5
delete slop tests
nielsrolf Apr 1, 2026
155b8ff
Fix all cookbook examples: upgrade TRL/vLLM, lazy imports, test infra…
nielsrolf Apr 1, 2026
55c4ebd
fix dependencies to get all cookbook examples working that were worki…
nielsrolf Apr 1, 2026
ee4c239
Switch to pre-built vLLM base image, fix transformers 5.3 compat issues
nielsrolf Apr 2, 2026
e77bca7
Fix logprob_tracking and sampling_callback cookbook examples
nielsrolf Apr 2, 2026
986a50f
cleanup and publish
nielsrolf Apr 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ cookbook/sft/outputs/logp_tracking/logprobs.png
cookbook/sft/outputs/logp_tracking/loss.png
cookbook/sft/outputs/weighted_sft/logprobs.png
cookbook/sft/outputs/weighted_sft/loss.png

resources/
Loading