@daocloud-proto/baize 0.113.0 → 0.114.1

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.
@@ -17,7 +17,7 @@ export type Pagination = {
17
17
  export type SearchIndex = {
18
18
  searchKey?: string
19
19
  objectPath?: string
20
- customPath?: string
20
+ customPath?: {[key: string]: string}
21
21
  }
22
22
 
23
23
  export type AuthResourceAction = {
package/common/k8s.pb.ts CHANGED
@@ -56,6 +56,7 @@ export type PodConfig = {
56
56
  queue?: string
57
57
  tolerationSeconds?: string
58
58
  resourceAffinities?: ResourceAffinity[]
59
+ shmSize?: number
59
60
  }
60
61
 
61
62
  export type Affinity = {
@@ -80,6 +80,7 @@ export type NotebookConfig = {
80
80
  affinity?: BaizeCommonK8s.Affinity
81
81
  tolerationSeconds?: string
82
82
  imageConfig?: BaizeManagement_apiImageV1alpha1Image.ImageConfig
83
+ shmSize?: number
83
84
  }
84
85
 
85
86
  export type NotebookStatus = {
@@ -83,6 +83,7 @@ export type Queue = {
83
83
  workspaceAlias?: string
84
84
  preemptionWithinClusterQueue?: QueuePreemptionWithinClusterQueuePolicy
85
85
  flavors?: FlavorQuota[]
86
+ tasEnabled?: boolean
86
87
  }
87
88
 
88
89
  export type ListQueueRequest = {
@@ -201,6 +202,7 @@ export type ListQueueWorkloadResponse = {
201
202
 
202
203
  export type ResourceFlavor = {
203
204
  name?: string
205
+ topologyName?: string
204
206
  }
205
207
 
206
208
  export type ListKueueResourceFlavorsRequest = {
@@ -55,6 +55,7 @@ export enum InferenceServingStatusPhase {
55
55
  export enum ServingAuthAuthType {
56
56
  AUTH_TYPE_UNSPECIFIED = "AUTH_TYPE_UNSPECIFIED",
57
57
  TRITON_RESTRICTED_KEY = "TRITON_RESTRICTED_KEY",
58
+ VLLM_API_KEY = "VLLM_API_KEY",
58
59
  }
59
60
 
60
61
  export type FrameworkTriton = {
@@ -141,7 +142,7 @@ export type InferenceServing = {
141
142
  podConfig?: BaizeCommonK8s.PodConfig
142
143
  status?: InferenceServingStatus
143
144
  lastUpdated?: GoogleProtobufTimestamp.Timestamp
144
- authType?: ServingAuthAuthType
145
+ auth?: ServingAuth
145
146
  creationTimestamp?: GoogleProtobufTimestamp.Timestamp
146
147
  hpaConfig?: HPAConfig
147
148
  }
@@ -169,7 +170,7 @@ export type ServingAuthTritonRestrictedKeyValue = {
169
170
  }
170
171
 
171
172
  export type ServingAuth = BaseServingAuth
172
- & OneOf<{ tritonRestrictedKeyValue: ServingAuthTritonRestrictedKeyValue }>
173
+ & OneOf<{ tritonRestrictedKeyValue: ServingAuthTritonRestrictedKeyValue; vllmApiKey: string }>
173
174
 
174
175
  export type HPAConfig = {
175
176
  enabled?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/baize",
3
- "version": "0.113.0",
3
+ "version": "v0.114.1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"