Skip to content

Commit e7caf9f

Browse files
Merge pull request #17 from RadarML/dev/export
Fix broken link
2 parents a6358f7 + e18a96f commit e7caf9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nrdk/framework/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def load_model(
1414
1515
If `path` is a directory, it should contain a `weights.pth` file and a
1616
`config.yaml` file, i.e., as saved by
17-
[`nrdk export`][nrdk._cli.cli_export].
17+
[`nrdk export`](../cli.md/#nrdk-export).
1818
1919
Args:
2020
path: path to the model checkpoint or directory.

0 commit comments

Comments
 (0)