Skip to content

[BUG] - Codeproject.ai Shows as Immich & 2 New App entries (Whisper & Piper) Do Not Display #68

@xitovx

Description

@xitovx

Describe the bug
Codeproject.ai incorrectly displays as Immich. Was able to fix it with the following change:

In /usr/local/emhttp/plugins/gpustat/lib/Nvidia.php, changed codeproject line under SUPPORTED_APPS to:

'codeproject' => ['/python38/venv/bin/python3'], * This change WORKS*

For faster-whisper-nvidia and piper-nvidia, I cannot for the life of me figure out what i have done wrong. can't seem to get anything to show up for those apps.
I have added faster-whisper-nvidia.png and piper-nvidia.png to the 'images' folder, and made the following additions to Nvidia.php:

'faster-whisper-nvidia' => ['python3'], This change DOES NOT WORK
'piper-nvidia' => ['/app/piper/piper'], This change DOES NOT WORK

No other similar process names are listed before these entries, but still nothing shows up. I have also tried shortening the filenames and corresponding entries to just piper.png & whisper.png, but still no dice. Other variations were tried, but also do not work.

Also, no precisely sure why, but the working and non-working changes revert upon rebooting the server, as well. new images disappear, and new entries disappear, but the 'Immich' line that I removed (I don't use that app, nor plan to) stays missing, so this is pretty darn confusing to me, as the Nvidia.php file is not just being replaced with the original file, obviously, or the Immich line should return on reboot if that were the case, I would think.

To Reproduce
Steps to reproduce the behavior:

  1. Install GPU Statistics plugin from Community Apps
  2. Run codeproject/ai-server:cuda12_2 docker from Community Apps
  3. Run ghcr.io/slackr31337/wyoming-piper-gpu docker from Community Apps
  4. Run lscr.io/linuxserver/faster-whisper:gpu docker from Community Apps

Expected behavior
Accurate display of correct applications currently utilizing the GPU

Screenshots

Image

Image

Client (please complete the following information):

  • Unraid 7.1.2

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions