We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7195d commit 3889c98Copy full SHA for 3889c98
dlc_developer_config.toml
@@ -15,7 +15,7 @@ neuronx_mode = false
15
graviton_mode = false
16
# Please only set it to true if you are preparing a ARM64 related PR
17
# Do remember to revert it back to false before merging any PR (including ARM64 dedicated PR)
18
-arm64_mode = false
+arm64_mode = true
19
# Please only set it to True if you are preparing a HABANA related PR
20
# Do remember to revert it back to False before merging any PR (including HABANA dedicated PR)
21
habana_mode = false
@@ -182,4 +182,4 @@ dlc-pr-pytorch-eia-inference = ""
182
dlc-pr-tensorflow-2-eia-inference = ""
183
184
# vllm
185
-dlc-pr-vllm = "vllm/buildspec.yml"
+dlc-pr-vllm = "vllm/buildspec-arm64.yml"
0 commit comments