From be99f5eaf91576d1718989d26a146aaa6448dcd2 Mon Sep 17 00:00:00 2001 From: Mike McKiernan Date: Sat, 21 May 2022 08:40:55 -0400 Subject: [PATCH] Hand-edit the HugeCTR versions In blossom, it seems that the containers do not have access to an NVIDIA runtime. As a result, the HugeCTR library does not load. For the moment, I've updated the last two containers. --- docs/data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data.json b/docs/data.json index 62e1c1d5d..5b6f616a8 100644 --- a/docs/data.json +++ b/docs/data.json @@ -1319,7 +1319,7 @@ "cutensor": "1.5.0.1", "dgx_system": "* DGX-1\n* DGX-2\n* DGX A100\n* DGX Station", "gpu_model": "* `NVIDIA Ampere GPU Architecture `_\n* `Turing `_\n* `Volta `_\n* `Pascal `_", - "hugectr": "Not applicable", + "hugectr": "3.5.0", "hugectr2onnx": "0.0.0", "merlin.core": "0.2.0", "merlin.models": "0.3.0", @@ -1355,7 +1355,7 @@ "cutensor": "1.5.0.3", "dgx_system": "* DGX-1\n* DGX-2\n* DGX A100\n* DGX Station", "gpu_model": "* `NVIDIA Ampere GPU Architecture `_\n* `Turing `_\n* `Volta `_\n* `Pascal `_", - "hugectr": "Not applicable", + "hugectr": "3.6.0", "hugectr2onnx": "Not applicable", "merlin.core": "0.3.0", "merlin.models": "0.4.0", @@ -1379,4 +1379,4 @@ "triton": "Not applicable" } } -} \ No newline at end of file +}