-
Notifications
You must be signed in to change notification settings - Fork 7
ACTL sampleworks image + run_experiments script #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
xraymemory
merged 29 commits into
diff-use:main
from
manzuoni-astera:feat-runs-yaml-presets
May 26, 2026
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
38542da
feat(runs): add sampleworks-runs preset orchestrator
mag-astera f25a71e
style(runs): fix ruff lint findings
mag-astera c3f0d12
style(runs): apply ruff format
mag-astera d5d065a
fix(runs): address CodeRabbit review findings
mag-astera a89be9d
style(runs): NumPy-style docstrings + frozen dataclasses
mag-astera ce82079
fix(runs): point presets at /mnt/diffuse-shared paths
mag-astera 09c367b
fix(runs): align preset paths with actl_setup_sampleworks_paths.sh
mag-astera ae77784
fix(runs): mkdir the per-job --output-dir before launching
mag-astera 2da1e2d
fix(runs): make ACTL sampleworks image self-contained
xraymemory 3d771dc
Merge branch 'main' into feat-runs-yaml-presets
xraymemory 6869dcb
fix(runs): align experiment entrypoint and boltz tests
xraymemory e56d1f1
fix(runs): prefer synced workspace source
xraymemory dbcd4b7
fix(runs): ignore legacy app source default
xraymemory 21f51bd
docs(runs): use pixi-with-checkpoints latest image
xraymemory 0383692
fix(runs): refuse runtime pixi reinstalls
xraymemory a659786
fix(runs): skip pixi prepare in baked runtime
xraymemory 535c665
fix(runs): require baked pixi envs in ACTL
xraymemory e51e368
feat(runs): simplify experiment target syntax
xraymemory c60bea7
feat(runs): move presets to experiments directory
xraymemory b31f442
fix(runs): clarify CUDA worker GPU logging
xraymemory 4798483
docs(runs): improve docstring coverage
xraymemory 57f3bec
docs(runs): add ACTL run_experiments how-to
xraymemory bb65db4
fix(runs): address lint and runner review issues
xraymemory e99e5f2
feat(runs): add standalone model presets
xraymemory d86a299
feat(runs): auto-assign preset GPUs
xraymemory b508c51
fix(runs): clear GPU override counterpart
xraymemory 797600c
ci(docker): tag Harbor sampleworks image
xraymemory 866c4da
fix(runs): address ACTL review feedback
xraymemory e1f8341
docs(runs): document runtime pixi opt-in
xraymemory File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # Keep ACTL sync focused on source. Large data/results should live under | ||
| # /mnt/diffuse-shared or the pod home PVC, not in the synced checkout. | ||
| .pixi/ | ||
| grid_search_results/ | ||
| outputs/ | ||
| data/ | ||
| initial_dataset_40*/ | ||
| checkpoints/ | ||
| release_data/ | ||
| *.ckpt | ||
| *.pt | ||
| *.tar.gz | ||
| *.tgz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.