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

Install PyTorch for CPU on CIs #5042

Merged
merged 1 commit into from Oct 16, 2023
Merged

Conversation

not522
Copy link
Member

@not522 not522 commented Oct 16, 2023

Motivation

PyPI's PyTorch installs CUDA-related libraries, which waste disk space. It may result CI fails. --extra-index-url https://download.pytorch.org/whl/cpu prevents it.

Description of the changes

Install PyTorch for CPU on CIs.

@not522 not522 added the CI Continuous integration. label Oct 16, 2023
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #5042 (a1d7c1e) into master (3fcbf88) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5042      +/-   ##
==========================================
- Coverage   89.40%   89.39%   -0.01%     
==========================================
  Files         203      203              
  Lines       15055    15055              
==========================================
- Hits        13460    13459       -1     
- Misses       1595     1596       +1     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@contramundum53 contramundum53 left a comment

Choose a reason for hiding this comment

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

LGTM.

@contramundum53 contramundum53 added this to the v3.5.0 milestone Oct 16, 2023
@contramundum53 contramundum53 merged commit b4059b7 into optuna:master Oct 16, 2023
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants