Skip to content

Update model configurations and enhance workflow settings in publish_…#495

Merged
jakmro merged 1 commit intomainfrom
update_workflow_configuration
Mar 5, 2026
Merged

Update model configurations and enhance workflow settings in publish_…#495
jakmro merged 1 commit intomainfrom
update_workflow_configuration

Conversation

@jakmro
Copy link
Copy Markdown
Collaborator

@jakmro jakmro commented Mar 5, 2026

…to_hf.yml

Copilot AI review requested due to automatic review settings March 5, 2026 02:58
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub Actions workflow that publishes model artifacts to Hugging Face by adjusting the built-in model configuration list and tweaking execution settings for the publish job.

Changes:

  • Reordered/updated MODELS_CONFIG entries (incl. moving LiquidAI/LFM2-8B-A1B and ensuring valid JSON list formatting).
  • Changed the publish job runner from macos-latest to macos-latest-xlarge.
  • Added HF_HUB_DISABLE_XET=1 to the publish step environment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

jobs:
publish:
runs-on: macos-latest
runs-on: macos-latest-xlarge
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

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

runs-on: macos-latest-xlarge is not a standard GitHub-hosted runner label (at least compared to the commonly supported macos-latest / macos-14 / macos-13 labels). If this repo/org doesn’t have a runner with that exact label, this workflow will never start. Consider reverting to a known macOS label or switching to the documented larger-runner label(s)/self-hosted runner labels used elsewhere in this repo.

Suggested change
runs-on: macos-latest-xlarge
runs-on: macos-latest

Copilot uses AI. Check for mistakes.
@jakmro jakmro merged commit 5a941b3 into main Mar 5, 2026
5 of 6 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