Skip to content

Load Skala 1.1 rev1 artifacts by default - #94

Merged
tvogels merged 3 commits into
microsoft:mainfrom
tvogels:skala11
Jul 20, 2026
Merged

Load Skala 1.1 rev1 artifacts by default#94
tvogels merged 3 commits into
microsoft:mainfrom
tvogels:skala11

Conversation

@tvogels

@tvogels tvogels commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Use new skala-1.1-rev1 checkpoints.

Instead of the previous approach where we allow multiple hashes (old and new) for the same skala-1.1 functional, the files are now stored with a -rev1 suffix.

Resolving now works like

_SKALA_VERSIONS = {
    "skala-1.0": ("skala-1.0.fun", "skala-1.0-cuda.fun"),
    "skala-1.1": ("skala-1.1-rev1.fun", "skala-1.1-rev1-cuda.fun"),
    "skala-1.1-rev0": ("skala-1.1.fun", "skala-1.1-cuda.fun"),
    "skala-1.1-rev1": ("skala-1.1-rev1.fun", "skala-1.1-rev1-cuda.fun"),
}

@tvogels
tvogels requested review from JensWehner and awvwgk July 20, 2026 07:25

@JensWehner JensWehner left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the clean-up.

@tvogels
tvogels merged commit b1e19dd into microsoft:main Jul 20, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants