Skip to content
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

Pr 3018 ci branch #3028

Closed
wants to merge 5 commits into from
Closed

Pr 3018 ci branch #3028

wants to merge 5 commits into from

Conversation

drbh
Copy link
Collaborator

@drbh drbh commented Feb 17, 2025

This PR simply reopens #3018 to run CI

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

export label_extension="-neuron"
export docker_devices="none"
export docker_volume="/mnt/cache"
export runs_on="aws-inf2-8xlarge"
Copy link
Collaborator

Choose a reason for hiding this comment

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

You don't actually need these runners just to build the image: it is better to use ubuntu-latest and keep them available for dedicated pipelines that run the tests.

Copy link
Collaborator

Choose a reason for hiding this comment

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

The CI builds on a custom CPU only runner. This runner is to actually run the CI. docker_devices probably requires the same flag as the README.md suggests.

export docker_volume="/mnt/cache"
export runs_on="aws-inf2-8xlarge"
export platform="cpu"
export extra_pytest="-k test_flash_llama_simple"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Note

hardware specific pytest flags can be added here

@drbh
Copy link
Collaborator Author

drbh commented Feb 18, 2025

closing as #3018 was closed and is superseded by #3033

@drbh drbh closed this Feb 18, 2025
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.

4 participants