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
Copy file name to clipboardExpand all lines: docs/vocs/docs/pages/book/getting-started/install.mdx
+56-2Lines changed: 56 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,13 +91,12 @@ svm use 0.8.19
91
91
92
92
:::
93
93
94
-
## Installation with Nvidia GPU support
94
+
## Installation with Nvidia GPU Support
95
95
96
96
It is possible to install the OpenVM CLI with support for Nvidia GPUs. This requires installation on a machine with an Nvidia GPU and associated drivers (see [Prerequisites (CUDA)](#installation-prerequisites-cuda))
97
97
98
98
With this version of the CLI, the `prove app` and `prove stark` commands will utilize the Nvidia GPU for hardware acceleration. Currently only single GPU support is available through the CLI.
Note that `/usr/local/cuda` is a symlink for the latest version of CUDA installed.
171
170
172
171
You are now ready to [install](#install-with-nvidia-gpu-support) the OpenVM CLI.
172
+
173
+
## Installation with Experimental Features
174
+
175
+
For the best execution performance, the CLI may be installed with optimizations that utilize [experimental Rust features](https://github.com/rust-lang/rust/issues/112788). These optimizations may be enabled on top of the standard CPU installation as well as the Nvidia GPU installation. We provide installation instructions for both versions, assuming the prerequisites ([CPU](#installation-prerequisites), [GPU](#installation-prerequisites-cuda)) are already met.
176
+
177
+
This installation requires a nightly Rust toolchain. To install the nightly toolchain, run:
0 commit comments