Skip to content

Commit

Permalink
Add dflow config link (#81)
Browse files Browse the repository at this point in the history
* fix docstring of submit script arguments

* fix s3 bug

* add links to dflow config and s3_config

* tell when the skip_exists key will work

Co-authored-by: Han Wang <wang_han@iapcm.ac.cn>
  • Loading branch information
wanghan-iapcm and Han Wang committed Oct 8, 2022
1 parent 18340c9 commit 04a2703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For all the dpgen2 commands, one need to provide `dflow2` global configurations.
"endpoint" : "address.of.the.s3.sever:port"
},
```
The `dpgen` simply pass all keys of `"dflow_config"` to `dflow.config` and all keys of `"dflow_s3_config"` to `dflow.s3_config`.
The `dpgen` simply pass all keys of `"dflow_config"` to [`dflow.config`](https://deepmodeling.com/dflow/dflow.html#dflow.config.set_config) and all keys of `"dflow_s3_config"` to [`dflow.s3_config`](https://deepmodeling.com/dflow/dflow.html#dflow.utils.set_s3_config).


## The input script for `submit` and `resubmit`
Expand Down
2 changes: 1 addition & 1 deletion docs/quickcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ INFO:root:steps iter-000001--prep-run-train----------------------- finished
INFO:root:steps iter-000001--prep-run-lmp------------------------- finished
...
```
The artifacts can be downloaded on-the-fly with `-d` flag.
The artifacts can be downloaded on-the-fly with `-d` flag. Note that the existing files are automatically skipped if one sets `dflow_config["archive_mode"] = None`.


## Show the keys of steps
Expand Down

0 comments on commit 04a2703

Please sign in to comment.