@daocloud-proto/hydra 0.5.0-dev-16 → 0.5.0-dev-18

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.
@@ -100,6 +100,7 @@ export type ParseModelSpecsRequest = BaseParseModelSpecsRequest
100
100
  export type ParsedModel = {
101
101
  model?: Model
102
102
  exist?: boolean
103
+ error?: string
103
104
  }
104
105
 
105
106
  export type ParseModelSpecsResponse = {
@@ -33,6 +33,7 @@ export enum DeployTemplateGPUType {
33
33
  GPU_TYPE_UNSPECIFIED = "GPU_TYPE_UNSPECIFIED",
34
34
  NVIDIA_GPU = "NVIDIA_GPU",
35
35
  NVIDIA_vGPU = "NVIDIA_vGPU",
36
+ NO_GPU = "NO_GPU",
36
37
  }
37
38
 
38
39
  export enum DeployTemplateInferenceRuntime {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.5.0-dev-16",
3
+ "version": "v0.5.0-dev-18",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"