@daocloud-proto/kpanda 0.50.0-dev-d4875a41 → 0.50.0-dev-b333b192

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,10 +15,6 @@ export type DeviceGPU = {
15
15
  frameBufferMemoryUtilization?: string
16
16
  coreUtilization?: string
17
17
  supportDashboard?: boolean
18
- allocatedFrameBufferMemory?: string
19
- allocatableFrameBufferMemory?: string
20
- allocatedComputePower?: string
21
- allocatableComputePower?: string
22
18
  }
23
19
 
24
20
  export type ListGPURequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.50.0-dev-d4875a41",
3
+ "version":"v0.50.0-dev-b333b192",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {