Skip to content

fix: ITEP-91371, ITEP-92935, ITEP-92885 — GPU metrics, compose extens…#153

Merged
sainijit merged 1 commit into
intel-retail:mainfrom
sainijit:main
Jun 3, 2026
Merged

fix: ITEP-91371, ITEP-92935, ITEP-92885 — GPU metrics, compose extens…#153
sainijit merged 1 commit into
intel-retail:mainfrom
sainijit:main

Conversation

@sainijit

@sainijit sainijit commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

…ion, NPU docs

ITEP-91371: Fix GPU utilization always reported as 0.0%

  • Metrics were collected after VLM inference completed (GPU already idle)
  • Now extracts peak utilization from the metrics-collector time-series within the [inference_start, inference_end] window
  • GPU consistently reports ~98% during inference instead of 0.0%

ITEP-92935: Unify docker-compose file extensions

  • Renamed dine-in/docker-compose.yml to docker-compose.yaml
  • Updated Makefile COMPOSE_FILE, .env.example, and docs to match
  • All three directories now consistently use .yaml

ITEP-92885: Remove NPU as a supported TARGET_DEVICE

  • OVMS does not support NPU; model init fails with device ID error
  • Removed NPU references from dine-in and take-away docs, Makefiles, and env examples
  • Supported devices are now documented as CPU and GPU only

…ion, NPU docs

ITEP-91371: Fix GPU utilization always reported as 0.0%
- Metrics were collected after VLM inference completed (GPU already idle)
- Now extracts peak utilization from the metrics-collector time-series
  within the [inference_start, inference_end] window
- GPU consistently reports ~98% during inference instead of 0.0%

ITEP-92935: Unify docker-compose file extensions
- Renamed dine-in/docker-compose.yml to docker-compose.yaml
- Updated Makefile COMPOSE_FILE, .env.example, and docs to match
- All three directories now consistently use .yaml

ITEP-92885: Remove NPU as a supported TARGET_DEVICE
- OVMS does not support NPU; model init fails with device ID error
- Removed NPU references from dine-in and take-away docs, Makefiles,
  and env examples
- Supported devices are now documented as CPU and GPU only

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@sainijit sainijit marked this pull request as ready for review June 3, 2026 07:55
@sainijit sainijit requested a review from sachinkaushik June 3, 2026 07:58
@sainijit sainijit merged commit 2ba4808 into intel-retail:main Jun 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants