From 92267fa3b437e9c37556209004bc599c81c15214 Mon Sep 17 00:00:00 2001 From: octodog Date: Fri, 27 Dec 2024 15:38:34 +0900 Subject: [PATCH] docs: Update readme for the cuda_open plugin in the monorepo (#2869) (#3313) Co-authored-by: Sion Kang --- src/ai/backend/accelerator/cuda_open/README.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/ai/backend/accelerator/cuda_open/README.md b/src/ai/backend/accelerator/cuda_open/README.md index ae5118fa80..4b5fabdc52 100644 --- a/src/ai/backend/accelerator/cuda_open/README.md +++ b/src/ai/backend/accelerator/cuda_open/README.md @@ -6,23 +6,8 @@ This will allow the agents to detect CUDA devices on their hosts and make them available to Backend.AI kernel sessions. ```console -$ pip install backend.ai-accelerator-cuda +$ pip install backend.ai-accelerator-cuda-open ``` This open-source edition of CUDA plugins support allocation of one or more CUDA devices to a container, slot-by-slot. - -Compatibility Matrix --------------------- - -| Backend.AI Agent | CUDA Plugin | -|:----------------------------:|:----------------:| -| 20.09.x | 2.0.0 | -| 20.03.9 ~ | 2.0.0 | -| 20.03.0 ~ 20.03.8 | 0.14.x | -| 19.09.17 ~ | 0.13.x | -| 19.06.x, 19.09.0 ~ 19.09.16 | 0.11.x, 0.12.x | -| 19.03.x | 0.10.x | - -In the versions released after the above matrix, the agent will set the required -version range of this plugin as an extra requirements set "cuda".