udate weights from disk (#2265)
This commit is contained in:
@@ -352,7 +352,7 @@ class FlushCacheReq:
|
||||
|
||||
|
||||
@dataclass
|
||||
class UpdateWeightReqInput:
|
||||
class UpdateWeightFromDiskReqInput:
|
||||
# The model path with the new weights
|
||||
model_path: str
|
||||
# The format to load the weights
|
||||
@@ -360,7 +360,7 @@ class UpdateWeightReqInput:
|
||||
|
||||
|
||||
@dataclass
|
||||
class UpdateWeightReqOutput:
|
||||
class UpdateWeightFromDiskReqOutput:
|
||||
success: bool
|
||||
message: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user