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
+55-1Lines changed: 55 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,6 @@ It is possible to install the OpenVM CLI with support for Nvidia GPUs. This requ
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
+
## Install with experimental nightly 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