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
Almost all of these can be installed together with the `all` option. For development on MONAI, this should be accompanied by `testing` which will install the testing static checking packages.
60
+
Almost all of these can be installed together with the `all` option. For development on MONAI, this should be accompanied by `testing` which will install the testing static checking packages. Cupy is omitted from `all` since the choice between
61
+
Cuda 12 and 13 versions of the library can't be resolved when installing and must be manually installed.
61
62
62
63
The `hyena` extra pulls in [`nvsubquadratic`](https://github.com/NVIDIA-BioNeMo/nvSubquadratic),
63
64
required by `HyenaNDUNETR` / `HyenaMixer` / `HyenaTransformerBlock` (subquadratic
64
65
O(N log N) alternatives to windowed self-attention). Install with
65
66
`pip install 'monai[hyena]'`.
66
67
67
-
The command `pip install 'monai[all,hyena,testing]'` installs all the optional dependencies.
68
+
The command `pip install 'monai[all,hyena,testing]'` installs almost all the optional dependencies.
68
69
69
70
When installing MONAI, the compiled extensions are not compiled by default. Set the environment variable `BUILD_MONAI` to `1` when invoking `pip` to compile these, see below for details.
0 commit comments