-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pr 3018 ci branch #3028
Conversation
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" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
This PR simply reopens #3018 to run CI