You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ItemNamestring`json:"item_name"`// name of the item being downloaded, just for logging (if "" nothing will be logged)
237
+
Fromstring`json:"from"`
238
+
Tostring`json:"to"`
239
+
Unzipbool`json:"unzip"`
240
+
ItemNamestring`json:"item_name"`// name of the item being downloaded, just for logging (if "" nothing will be logged)
241
+
TFModelVersionRenamestring`json:"tf_model_version_rename"`// e.g. passing in /mnt/model/1 will rename /mnt/model/* to /mnt/model/1 only if there is one item in /mnt/model/
0 commit comments