@daocloud-proto/hydra 0.11.0-dev-26 → 0.11.0-dev-28

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.
@@ -106,6 +106,7 @@ export type DeployTemplateResourcesRequirements = {
106
106
  gpuType?: DeployTemplateGPUType
107
107
  gpuCount?: number
108
108
  perGpuMemory?: number
109
+ gpuCores?: number
109
110
  }
110
111
 
111
112
  export type DeployTemplate = {
@@ -116,6 +117,8 @@ export type DeployTemplate = {
116
117
  env?: EnvVar[]
117
118
  inferenceRuntime?: string
118
119
  runtimeCommand?: string
120
+ templateName?: string
121
+ templateDescription?: string
119
122
  }
120
123
 
121
124
  export type EnvVar = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.11.0-dev-26",
3
+ "version": "v0.11.0-dev-28",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"