Skip to content

Skip flash-attn in CI and harden set_weights error handling#417

Merged
dylanuys merged 1 commit into
mainfrom
fix/ci-flash-attn-and-set-weights
Jul 18, 2026
Merged

Skip flash-attn in CI and harden set_weights error handling#417
dylanuys merged 1 commit into
mainfrom
fix/ci-flash-attn-and-set-weights

Conversation

@dylanuys

Copy link
Copy Markdown
Contributor

CI builds flash-attn from source since it became a hard dependency, but runners have no CUDA toolkit. Skip it by name like the rest of the GPU stack in the frozen sync.

set_weights returns success=False with an empty message when the weights rate limit hasn't elapsed. Detect that case and stop retrying instead of logging a misleading "failed None".

CI builds flash-attn from source since it became a hard dependency, but
runners have no CUDA toolkit. Skip it by name like the rest of the GPU
stack in the frozen sync.

set_weights returns success=False with an empty message when the weights
rate limit hasn't elapsed. Detect that case and stop retrying instead of
logging a misleading "failed None".
@dylanuys
dylanuys merged commit ecc4a2e into main Jul 18, 2026
2 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.

1 participant