Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
5a137ab
Sandbox: CodeExecEnv
joanvelja Dec 19, 2025
fd45541
Merge pull request #2 from hallerite/master
joanvelja Dec 19, 2025
3dedcb9
smoketests for sandbox
joanvelja Dec 19, 2025
88b6275
smoketests for sandbox
joanvelja Dec 19, 2025
63730f0
API sync
joanvelja Dec 21, 2025
8206a5d
podman quirks
joanvelja Dec 21, 2025
a0a9e8f
APPS trainer example + baseline (to be tested on HPC)
joanvelja Dec 21, 2025
3b89fb4
debugging isambard headaches
joanvelja Dec 21, 2025
d36c569
i hate CUDA
joanvelja Dec 21, 2025
b93cc8c
i hate CUDA
joanvelja Dec 21, 2025
11b9c51
revamp venv
joanvelja Dec 21, 2025
6de833b
some breaking changes, some other deprecation warnings torn down
Dec 21, 2025
5ee2e57
minimizing deps for podman-hpc
joanvelja Dec 21, 2025
b4c4478
Double async loop mistake
joanvelja Dec 21, 2025
db8c528
HF login
Dec 21, 2025
812fa90
Circuit breaker
joanvelja Dec 21, 2025
5cd2fe7
Merge pull request #3 from joanvelja/huggingface-login
joanvelja Dec 21, 2025
2e375f6
Drain pipe
joanvelja Dec 21, 2025
db9087e
drainer -fix
joanvelja Dec 21, 2025
7655ecf
wandb to ignore
Dec 21, 2025
3f82ee3
sandboxing issues
joanvelja Dec 22, 2025
8b90ecd
contention
joanvelja Dec 22, 2025
4e6870a
config
joanvelja Dec 22, 2025
64fc363
Big change: from serial to batched test exec
joanvelja Dec 23, 2025
6b5c245
ignore checkpoints data
Dec 23, 2025
d757aae
memory limit cgroup clash
joanvelja Dec 23, 2025
4871f2b
Merge branch 'apps_batched' of https://github.com/joanvelja/ludic int…
joanvelja Dec 23, 2025
3be35a4
update
joanvelja Dec 23, 2025
a231a69
cache bug
joanvelja Dec 23, 2025
904f47a
hangs.. inspecting
Dec 23, 2025
13c656e
update
joanvelja Dec 23, 2025
c9c9bdd
deprecated concurrency args
Dec 23, 2025
8249153
parallel baby
joanvelja Dec 23, 2025
1f0b1dd
subtle exec pool bug
joanvelja Dec 23, 2025
23749f6
new optim benching: volume
joanvelja Dec 23, 2025
7f805a9
Bind mount feature: 3 exec calls --> 1
joanvelja Dec 24, 2025
6fcaad1
visualization efforts
joanvelja Dec 27, 2025
8c9aa56
Merge remote-tracking branch 'upstream/master' into dual-model
joanvelja Dec 27, 2025
70cddbb
Update the API with Hallerite's changes (grad_accum, algos) — for dry…
joanvelja Dec 27, 2025
3bfdca3
lost in translation: podman workspace dir update
joanvelja Dec 27, 2025
92ad2cf
path problems with dir
joanvelja Dec 27, 2025
778731d
path problems with dir
joanvelja Dec 27, 2025
4c4225e
clean readme for sandbox execution
joanvelja Dec 27, 2025
e38448c
Memory efficient KL-div + ScaleRL recipe
joanvelja Dec 27, 2025
f53dabb
Flash attention
Dec 28, 2025
848a822
Merge pull request #5 from joanvelja/dual-model
joanvelja Dec 28, 2025
321e8d7
Cleanup personal files
Dec 28, 2025
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
Binary file added .DS_Store
Binary file not shown.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,33 @@ dist/
wheels/
*.egg-info

# mac specific crap
.DS_Store

# checkpoints
checkpoints_*/

# Virtual environments
.venv

# wandb files
wandb/

# Slurm logs
logs/
*.log

# Big jsonl files
data/
*.jsonl

# Environment files (secrets)
.env
.env.*
.DS_Store

# HPC specific files
examples/code_exec/hpc/

# personal research directory
research/
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

File renamed without changes.
Binary file added core
Binary file not shown.
Loading