Update more/missing type qualifiers to lowercase MkDocs admonitions (#16215)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
6b95967e08
commit
b9f0983e82
148 changed files with 223 additions and 223 deletions
|
|
@ -141,7 +141,7 @@ Ultralytics provides various installation methods including pip, conda, and Dock
|
|||
|
||||
See the `ultralytics` [pyproject.toml](https://github.com/ultralytics/ultralytics/blob/main/pyproject.toml) file for a list of dependencies. Note that all examples above install all required dependencies.
|
||||
|
||||
!!! tip "Tip"
|
||||
!!! tip
|
||||
|
||||
PyTorch requirements vary by operating system and CUDA requirements, so it's recommended to install PyTorch first following instructions at [https://pytorch.org/get-started/locally](https://pytorch.org/get-started/locally/).
|
||||
|
||||
|
|
@ -208,7 +208,7 @@ The Ultralytics command line interface (CLI) allows for simple single-line comma
|
|||
yolo cfg
|
||||
```
|
||||
|
||||
!!! warning "Warning"
|
||||
!!! warning
|
||||
|
||||
Arguments must be passed as `arg=val` pairs, split by an equals `=` sign and delimited by spaces between pairs. Do not use `--` argument prefixes or commas `,` between arguments.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue