Upgrade RocM to 6.3.3 (#16900)

* Simplify rocm install and update to 6.3.1

* Build out more necessary packages

* Update to 6.3.3

* Set bake version

* Fix typo

* Ensure NHWC is used

* Reset dev changes

* Write to cache
This commit is contained in:
Nicolas Mowen
2025-03-02 21:46:46 -06:00
committed by GitHub
parent b8f4cb5435
commit 0128ec2ba6
9 changed files with 36 additions and 670 deletions
+1 -1
View File
@@ -99,5 +99,5 @@ class ONNXDetector(DetectionApi):
return post_process_yolov9(predictions, self.w, self.h)
else:
raise Exception(
f"{self.onnx_model_type} is currently not supported for rocm. See the docs for more info on supported models."
f"{self.onnx_model_type} is currently not supported for onnx. See the docs for more info on supported models."
)