@daocloud-proto/hydra 0.0.0-dev-06d8b3b7 → 0.0.0-dev-85bfa8ca

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.
@@ -159,6 +159,7 @@ export type FineTuneConfig = {
159
159
  resources?: ResourceConfig
160
160
  createdAt?: GoogleProtobufTimestamp.Timestamp
161
161
  updatedAt?: GoogleProtobufTimestamp.Timestamp
162
+ modelSource?: boolean
162
163
  }
163
164
 
164
165
  export type CreateWSFineTuneConfigRequest = {
@@ -46,7 +46,6 @@ export type FineTuneJob = {
46
46
  cluster?: string
47
47
  namespace?: string
48
48
  storageSpec?: GoogleProtobufStruct.Struct
49
- runtimeType?: string
50
49
  resourceConfig?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.ResourceConfig
51
50
  creationTimestamp?: GoogleProtobufTimestamp.Timestamp
52
51
  completionTimestamp?: GoogleProtobufTimestamp.Timestamp
@@ -57,11 +56,17 @@ export type FineTuneJob = {
57
56
 
58
57
  export type CreateWSFineTuneJobRequest = {
59
58
  workspace?: number
59
+ cluster?: string
60
60
  namespace?: string
61
61
  name?: string
62
- configName?: string
63
- runtimeType?: string
64
- resourceConfig?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.ResourceConfig
62
+ stage?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.TrainingStage
63
+ finetuningType?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.FineTuningType
64
+ model?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.ModelConfig
65
+ lora?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.LoraConfig
66
+ dataset?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.DatasetConfig
67
+ training?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.TrainingConfig
68
+ dpo?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.DpoConfig
69
+ resources?: HydraManagement_apiFinetuneV1alpha1Finetuneconfig.ResourceConfig
65
70
  }
66
71
 
67
72
  export type GetWSFineTuneJobRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.0.0-dev-06d8b3b7",
3
+ "version": "v0.0.0-dev-85bfa8ca",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"