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
This version of the App SDK is compatible with [Holoscan SDK](https://pypi.org/project/holoscan) CUDA 12 version, [holoscan-cu12](https://pypi.org/project/holoscan-cu12).
6
+
7
+
It has also been tested compatible with the latest [MONAI at v1.5.1](https://pypi.org/project/monai/1.5.1/) which supports the latest PyTorch v2.8. PyTorch version 2.7 and above have embedded CUDA 12 Runtime `>= 12.6.77`, which is required by Holoscan v3.6 and v3.7 CUDA12 version on X86_64 Linux workstations.
8
+
9
+
### Key changes
10
+
11
+
- Compatible with the latest MONAI v1.5.1 and Holoscan v3.7 CUDA12 version, [holoscan-cu12](https://pypi.org/project/holoscan-cu12).
12
+
- Volumentric image converted from DICOM has consistent `affine` and `space` metadata, e.g. converted image in original DICOM orientation is in `LPS`.
13
+
14
+
15
+
Please also see the <ahref="https://github.com/Project-MONAI/monai-deploy-app-sdk/issues?q=is%3Aissue+is%3Aclosed">closed issues on Github</a> and the <ahref="https://github.com/Project-MONAI/monai-deploy-app-sdk/pulls?q=is%3Apr+is%3Aclosed">closed pull requests on Github</a>.
16
+
17
+
## Additional information
18
+
Please visit [GETTING STARTED](/getting_started/index) guide and follow the tutorials.
19
+
20
+
You can learn more about SDK usage through [DEVELOPING WITH SDK](/developing_with_sdk/index).
21
+
22
+
Please let us know how you like it and what could be improved by [submitting an issue](https://github.com/Project-MONAI/monai-deploy-app-sdk/issues/new/choose) or [asking questions](https://github.com/Project-MONAI/monai-deploy-app-sdk/discussions).
0 commit comments