浏览代码

add identity path

Pavel Samygin 3 年之前
父节点
当前提交
57f4e0a899
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cli/run_server.py

+ 1 - 0
cli/run_server.py

@@ -49,6 +49,7 @@ def main():
 
     parser.add_argument('--custom_module_path', type=str, required=False,
                         help='Path of a file with custom nn.modules, wrapped into special decorator')
+    parser.add_argument('--identity_path', type=str, required=False, help='Path to identity file to be used in P2P')
 
     # fmt:on
     args = vars(parser.parse_args())