Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JupyterLab
Mojo
base
Commits
3fd26d33
Verified
Commit
3fd26d33
authored
2 months ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Add CUDA_VERSION_MATRIX.md
parent
86870c44
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
CUDA_VERSION_MATRIX.md
+43
-0
43 additions, 0 deletions
CUDA_VERSION_MATRIX.md
with
44 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
3fd26d33
...
...
@@ -94,6 +94,7 @@
!/.hadolint.yml
!/.markdownlint.yml
!/CODE_OF_CONDUCT.md
!/CUDA_VERSION_MATRIX.md
!/CUDA.md
!/DEVTOOLS_NOTES.md
!/LICENSE
...
...
This diff is collapsed.
Click to expand it.
CUDA_VERSION_MATRIX.md
0 → 100644
+
43
−
0
View file @
3fd26d33
# CUDA Version Matrix
Image tags = MAX versions
Topmost entry = Tag
`latest`
| MAX | Python | CUDA | Linux distro |
|:-------|:-------|:-------|:-------------|
| 24.6.0 | 3.12.8 | 12.6.3 | Ubuntu 22.04 |
## PyTorch compatibility
| Python | CUDA | PyTorch[^1] |
|:-------|:-----|:--------------|
| 3.12 | 12.6 | version ≥ 2.2 |
[
^1
]:
Ships
with its own CUDA dependencies
## Recommended NVIDIA driver (Regular)
| CUDA | Linux driver version | Windows driver version[^2] |
|:-------|:---------------------|:---------------------------|
| 12.6.3 | ≥ 560.35.05 | ≥ 561.17 |
[
^2
]:
[GPU
support in Docker Desktop | Docker Docs](https://docs.docker.com/desktop/gpu/),
[
Nvidia GPU Support for Windows · Issue #19005 · containers/podman
](
https://github.com/containers/podman/issues/19005
)
## Supported NVIDIA drivers (LTSB)
Only works with
[
NVIDIA Data Center GPUs
](
https://resources.nvidia.com/l/en-us-gpu
)
or
[
select NGC-Ready NVIDIA RTX boards
](
https://docs.nvidia.com/certification-programs/ngc-ready-systems/index.html
)
.
| CUDA | Driver version 535[^3] | Driver version 470[^4] |
|:-------|:----------------------:|:----------------------:|
| 12.6.3 | 🟢 | 🔵 |
🔵: Supported due to the CUDA forward compat package
🟢: Supported due to minor-version compatibility
🟡: Supported due to backward compatibility
[
^3
]:
EOL:
June 2026
[
^4
]:
EOL:
July 2024
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment