From 9f7629a6e3608ab626166c49339f5134a2d48427 Mon Sep 17 00:00:00 2001 From: Keming Date: Mon, 14 Apr 2025 21:20:58 +0800 Subject: [PATCH] docs: rm unused ordered list in system_requirements.md --- docs/workspace/system_requirements.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/workspace/system_requirements.md b/docs/workspace/system_requirements.md index 11b526f580..36522ad2f3 100644 --- a/docs/workspace/system_requirements.md +++ b/docs/workspace/system_requirements.md @@ -79,7 +79,6 @@ cuda = "12" # Replace "12" with the specific CUDA version you intend to use 1. Can `system-requirements` enforce a specific CUDA runtime version? - No. The `system-requirements` field is used to specify the maximum supported CUDA version based on the host’s NVIDIA driver API. Adding this field ensures that packages depending on `__cuda >= {version}` are resolved correctly. -2. ### Setting System Requirements environment specific This can be set per `feature` in the `the manifest` file.