@daocloud-proto/kpanda 0.22.0-dev-ab8c508d → 0.22.0-dev-98db7f9d

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.
@@ -21,6 +21,7 @@ export type GPU = {
21
21
  export type GPUInfo = {
22
22
  modelName?: string
23
23
  device?: string
24
+ gpuMemory?: string
24
25
  }
25
26
 
26
27
  export type MigSpec = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.22.0-dev-ab8c508d",
3
+ "version":"v0.22.0-dev-98db7f9d",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {