Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Ability to set the order of which card appears first in the const gpuInfo #1073

Open
Husky0c opened this issue Sep 29, 2024 · 1 comment

Comments

@Husky0c
Copy link

Husky0c commented Sep 29, 2024

Description of the feature

My Dashdot is running inside a Docker container with an NVIDIA environment. Dashdot is working very well and has detected my Tesla P4 and its associated data. However, for some reason, when using the API call /load/gpu, the GPU list is: {"layout":[{"load":0,"memory":0},{"load":95,"memory":61}]}, which places an empty GPU before my Tesla P4.
Below is the output of running yarn cli raw-data --gpu inside the Docker container. I would be very grateful for any assistance you can provide.

  controllers: [
    {
      vendor: '',
      subVendor: '',
      model: '',
      bus: '',
      busAddress: '00:01.0',
      vram: 4,
      vramDynamic: false,
      pciID: ''
    },
    {
      vendor: 'NVIDIA Corporation',
      model: 'GP104GL [Quadro P4]',
      bus: 'Onboard',
      busAddress: '01:00.0',
      vram: 8192,
      vramDynamic: false,
      subVendor: 'NVIDIA Corporation',
      driverVersion: '535.161.08',
      subDeviceId: '0x120710DE',
      name: 'GRID P4-8Q',
      pciBus: '00000000:01:00.0',
      memoryTotal: 8192,
      memoryUsed: 1210,
      memoryFree: 6325,
      clockCore: 885,
      clockMemory: 2999
    }
  ],
  displays: []
}`


### Additional context

_No response_
@yeeahnick
Copy link

I have the same request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants