@daocloud-proto/hydra 0.0.0-dev-c1bc5938 → 0.0.0-dev-9fdfdd0c

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.
@@ -73,6 +73,8 @@ export type ModelConfig = {
73
73
  modelVolumeId?: string
74
74
  template?: string
75
75
  trustRemoteCode?: boolean
76
+ modelName?: string
77
+ modelAvatar?: string
76
78
  }
77
79
 
78
80
  export type LoraConfig = {
@@ -101,6 +103,7 @@ export type DatasetConfig = {
101
103
  cutoffLen?: number
102
104
  maxSamples?: number
103
105
  valSize?: string
106
+ datasetName?: string
104
107
  }
105
108
 
106
109
  export type TrainingConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.0.0-dev-c1bc5938",
3
+ "version": "v0.0.0-dev-9fdfdd0c",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"