"...composable_kernel_onnxruntime.git" did not exist on "23c626a9411a0b828bbfba530ef105d1e8299cdd"
Commit d77a99c9 authored by Shinai Yang (FA TALENT)'s avatar Shinai Yang (FA TALENT)
Browse files

fix remote bug

parent 36dbc0fe
...@@ -28,7 +28,7 @@ export namespace ValidationSchemas { ...@@ -28,7 +28,7 @@ export namespace ValidationSchemas {
username: joi.string().required(), username: joi.string().required(),
ip: joi.string().ip().required(), ip: joi.string().ip().required(),
port: joi.number().min(1).max(65535).required(), port: joi.number().min(1).max(65535).required(),
passwd: joi.string().required(), passwd: joi.string(),
sshKeyPath: joi.string(), sshKeyPath: joi.string(),
passphrase: joi.string() passphrase: joi.string()
})), })),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment