Skip to content

Commit

Permalink
docs: update NVIDIA driver version (PROOF-917) (#40)
Browse files Browse the repository at this point in the history
update NVIDIA driver version
  • Loading branch information
jacobtrombetta authored Sep 30, 2024
1 parent 05db1e4 commit 986e35e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</a>

<a href="https://developer.nvidia.com/cuda-downloads">
<img alt="CUDA" src="https://img.shields.io/badge/CUDA-12.6-green?style=flat&logo=nvidia">
<img alt="CUDA" src="https://img.shields.io/badge/CUDA-12.6.1-green?style=flat&logo=nvidia">
</a>
</a>

Expand Down Expand Up @@ -119,7 +119,7 @@ To get a local copy up and running, consider the following steps.

* [Rust 1.80](https://www.rust-lang.org/tools/install)
* `x86_64` Linux instance.
* Nvidia Toolkit Driver Version >= 560.28.03 (check the [compatibility list here](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html)).
* NVIDIA driver version >= 560.35.03 (check the [compatibility list here](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html)).

</details>

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//! <img alt="Rust" src="https://img.shields.io/badge/rust-1.80-blue">
//! </a>
//! <a href="https://developer.nvidia.com/cuda-downloads">
//! <img alt="CUDA" src="https://img.shields.io/badge/CUDA-12.6-green?style=flat&logo=nvidia">
//! <img alt="CUDA" src="https://img.shields.io/badge/CUDA-12.6.1-green?style=flat&logo=nvidia">
//! </a>
//! <a href="https://github.com/spaceandtimelabs/blitzar-rs">
//! <img alt="Build states" src="https://github.com/spaceandtimelabs/blitzar-rs/actions/workflows/release.yml/badge.svg">
Expand Down

0 comments on commit 986e35e

Please sign in to comment.