Skip to content

Commit cf93191

Browse files
[DOCS] healthcare known issue main (#1934)
1 parent c127be7 commit cf93191

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

health-and-life-sciences-ai-suite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Health and Life Sciences AI Suite (Preview)
22

3-
The **Health and Life Sciences AI Suite** is a preview collection of healthcare-focused AI applications, libraries, and benchmarking tools to help developers build intelligent patient monitoring solutions faster.
3+
The **Health and Life Sciences AI Suite** is a collection of healthcare-focused AI applications, libraries, and benchmarking tools to help developers build intelligent patient monitoring solutions faster.
44

55
The suite provides **multi-modal AI pipelines** accelerated with the **OpenVINO™ toolkit**, enabling high-performance deployment on **Intel® Core™ Ultra platforms** using **CPU, integrated GPU (iGPU), and NPU**.
66

health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/docs/user-guide/get-started/system-requirements.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ This section lists the hardware, software, and network requirements for running
2323

2424
- **Graphics / Accelerators:**
2525
- Required: Intel CPU.
26-
- Optional (recommended for full experience):
26+
- Optional (recommended for full experience,):
2727
- Intel integrated GPU supported by Intel® Graphics Compute Runtime.
28-
- Intel NPU supported by the linux‑npu‑driver stack.
28+
- Intel NPU supported by the linux‑npu‑driver stack (see [Release Notes](../release-notes.md) for a known issue).
29+
2930
- The host must expose GPU and NPU devices to Docker, for example:
3031
- `/dev/dri` (GPU)
3132
- `/dev/accel/accel0` (NPU)

health-and-life-sciences-ai-suite/multi_modal_patient_monitoring/docs/user-guide/release-notes.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release Notes
22

3-
## Version 1.0.0
4-
5-
**Release Date**: 2026-03-25
3+
## Version 1.0.0 - March 25, 2026
64

75
This is the initial release of the application, therefore, it is considered a preview version.
86

@@ -14,3 +12,18 @@ The initial feature set of the application is now available:
1412
- Integration with medical devices
1513
- Pose estimation with joint tracking
1614
- ECG analysis with 12-lead classification
15+
16+
### Known issues
17+
18+
Docker fails with the `gathering device information` error.
19+
: This may happen on systems without NPU. NPU is optional for use but is still defined as a
20+
possible accellerator in the image setup.
21+
: To work around the issue, in `docker-compose.yaml`, remove the device by commenting out
22+
the following lines, like so:
23+
24+
```
25+
# devices:
26+
# - /dev/dri
27+
# - /dev/accel
28+
# - /dev/accel/accel0
29+
```

0 commit comments

Comments
 (0)