You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where `<model-root-path>/<model-path>` is the full path to the model file on the Docker host system.
17
17
18
18
### cuda_simple
19
-
> [!WARNING]
19
+
> [!WARNING]
20
20
> Nvidia GPU CuBLAS support requires an Nvidia GPU with sufficient VRAM (approximately as much as the size in the table below) and Docker Nvidia support (see [container-toolkit/install-guide](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html)) <br>
21
21
22
22
A simple Dockerfile for CUDA-accelerated CuBLAS, where the model is located outside the Docker image:
@@ -30,6 +30,21 @@ where `<model-root-path>/<model-path>` is the full path to the model file on the
> Moore Threads GPU MuBLAS support requires an MTT GPU with sufficient VRAM (approximately as much as the size in the table below) and MT CloudNative Toolkits support (see [download](https://developer.mthreads.com/sdk/download/CloudNative)) <br>
36
+
37
+
A simple Dockerfile for MUSA-accelerated MuBLAS, where the model is located outside the Docker image:
0 commit comments