Conversation
…ion` data source Since introduction of the Photon & Graviton support, there were separate DBR versions exposed via APIs for each flavor: * DBR for Intel CPUs without Photon `13.3.x-scala2.12` * DBR for Intel CPUs with Photon `13.3.x-photon-scala2.12` * DBR for Graviton CPUs without Photon `13.3.x-aarch64-scala2.12` * DBR for Graviton CPUs with Photon `13.3.x-aarch64-photon-scala2.12` * ML Runtime ... Since DBR 14.0, no separate DBR versions are exposed for Photon & Graviton flavors, so if you use `photon` and/or `graviton` selectors, then you won't upgrade to DBR 14+. Migration path is a following: * Just specify a generic version, like, `14.0.x-scala2.12`. * To use Photon, you need to specify `runtime_engine="PHOTON"` in the cluster configuration. * For Graviton, it's just enough to select Graviton node types, and correct DBR will be installed automatically.
tanmay-db
approved these changes
Sep 14, 2023
Codecov Report
@@ Coverage Diff @@
## master #2687 +/- ##
=======================================
Coverage 86.69% 86.70%
=======================================
Files 146 146
Lines 12668 12674 +6
=======================================
+ Hits 10983 10989 +6
Misses 1118 1118
Partials 567 567
|
nkvuong
pushed a commit
that referenced
this pull request
Oct 3, 2023
…ion` data source (#2687) Since introduction of the Photon & Graviton support, there were separate DBR versions exposed via APIs for each flavor: * DBR for Intel CPUs without Photon `13.3.x-scala2.12` * DBR for Intel CPUs with Photon `13.3.x-photon-scala2.12` * DBR for Graviton CPUs without Photon `13.3.x-aarch64-scala2.12` * DBR for Graviton CPUs with Photon `13.3.x-aarch64-photon-scala2.12` * ML Runtime ... Since DBR 14.0, no separate DBR versions are exposed for Photon & Graviton flavors, so if you use `photon` and/or `graviton` selectors, then you won't upgrade to DBR 14+. Migration path is a following: * Just specify a generic version, like, `14.0.x-scala2.12`. * To use Photon, you need to specify `runtime_engine="PHOTON"` in the cluster configuration. * For Graviton, it's just enough to select Graviton node types, and correct DBR will be installed automatically.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Since the introduction of the Photon & Graviton support, there were separate DBR versions exposed via APIs for each flavor:
13.3.x-scala2.1213.3.x-photon-scala2.1213.3.x-aarch64-scala2.1213.3.x-aarch64-photon-scala2.12Since DBR 14.0, no separate DBR versions are exposed for Photon & Graviton flavors, so if you use
photonand/orgravitonselectors, then you won't upgrade to DBR 14+.The migration path is the following:
14.0.x-scala2.12.runtime_engine="PHOTON"in the cluster configuration.Tests
make testrun locallydocs/folderinternal/acceptance