We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee5c7a commit 6bbd852Copy full SHA for 6bbd852
py/torch_tensorrt/dynamo/utils.py
@@ -898,9 +898,9 @@ def is_platform_supported_for_trtllm() -> bool:
898
)
899
return False
900
901
- if machine == "aarch64" and "tegra" in release:
+ if machine == "aarch64" and "tegra" in release or is_thor():
902
logger.info(
903
- "TensorRT-LLM plugins for NCCL backend are not supported on Jetson/Orin/Xavier (Tegra) devices."
+ "TensorRT-LLM plugins for NCCL backend are not supported on Jetson/Orin/Xavier (Tegra) or Thor devices."
904
905
906
0 commit comments