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

Constrain jenkins to use v100 GPUs #336

Merged
merged 1 commit into from
Sep 2, 2023

Conversation

janden
Copy link
Collaborator

@janden janden commented Aug 31, 2023

Running on the K40's causes the tests to fail since nvidia-smi does not support querying the compute_cap flag for older drivers. While this can be bypassed by fixing the architecture, a second issue is that modern versions of torch won't run on that architecture, which we need for #326.

Simplest solution is therefore to require running Jenkins on the V100.

@janden janden marked this pull request as ready for review August 31, 2023 08:30
@janden janden requested a review from ahbarnett August 31, 2023 08:30
Copy link
Collaborator

@ahbarnett ahbarnett left a comment

Choose a reason for hiding this comment

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

sounds good. V100 is still an older chip. I guess we keep it on the old side for CI.

@ahbarnett ahbarnett merged commit 0e2371e into flatironinstitute:master Sep 2, 2023
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.

3 participants