You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/overview/cli.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
1
# Selene CLI operations and outputs
2
-
Selene provides a command-line interface (CLI) that takes in a user-specified configuration file containing the operations the user wants to run and the parameters required for these operations.
3
-
It is automatically installed using a setuptools entrypoint so it can be called with the bash function
4
-
`selene_sdk` from anywhere in the bash. It can also be called with `python -m selene_sdk`.
5
-
See [Operations](#operations) for more detail.
2
+
Selene provides a command-line interface (CLI) that takes in a user-specified configuration file containing the operations the user wants to run and the parameters required for these operations. It is automatically installed using a setuptools entrypoint so it can be called with the bash function `selene_sdk` from anywhere in the bash. It can also be called with `python -m selene_sdk`. See [Operations](#operations) for more detail.
6
3
7
4
The sections that follow describe in detail how the various components that make up the configuration file are specified. For operation-specific sections (e.g. training, evaluation), we also explain what the expected outputs are.
0 commit comments