Skip to content

Commit

Permalink
Update change-bias.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Jul 2, 2024
1 parent f96ef06 commit cb02da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/model/change-bias.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ dp --pt change-bias multi_model.pt -s data_dir -o model_updated.pt --model-branc
:::{tab-item} Changing bias using user input for **energy model**:

```sh
dp --pt change-bias model.pt -b -92.523,-187.66 -o model_updated.pt
dp --pt change-bias model.pt -b -92.523 -187.66 -o model_updated.pt
```

Here, `-b` specifies user-defined energy bias for each type, separated by `,`,
Here, `-b` specifies user-defined energy bias for each type, separated by space,
in an order consistent with the `type_map` in the model.

:::
Expand Down

0 comments on commit cb02da8

Please sign in to comment.