Skip to content

Conversation

@rosbo
Copy link
Contributor

@rosbo rosbo commented Oct 1, 2021

Fixes #984, #1059

Introduced a new "architecture" to easily build packages from source in
the main build only if needed (i.e. if the base image or the package
version has changed).

This enable us to:

  • Upgrade PyTorch which doesn't have a wheel for 1.9.1 and CUDA 11. This prevented us
    from upgrading torch for ~6 months.
  • Move the lightgbm gpu source build to this architecture to shave ~3
    minutes off the build time.

http://b/181966788

@rosbo rosbo requested a review from Philmod October 1, 2021 22:39
Fixes #984, #1059

Introduced a new "architecture" to easily build packages from source in
the main build only if needed (i.e. if the base image or the package
version has changed).

This enable us to:
- Upgrade PyTorch which doesn't have a wheel for 1.9.1 and CUDA 11. This prevented us
from upgrading torch for ~6 months.
- Move the lightgbm gpu source build to this architecture to shave ~3
minutes off the build time.

http://b/181966788
@rosbo rosbo requested a review from djherbis October 4, 2021 16:51
@rosbo rosbo merged commit e34c886 into main Oct 5, 2021
@rosbo rosbo deleted the build-packages branch October 5, 2021 01:04
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.

Update pytorch from 1.7.0 to 1.8.1

3 participants