ultralytics 8.2.61 fix num_threads for CPU training (#14544)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Laughing 2024-07-21 02:13:45 +08:00 committed by GitHub
parent 8094df3c47
commit 47ff2b4a76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 239 additions and 110 deletions

View file

@ -614,6 +614,9 @@ plugins:
handlers:
python:
options:
docstring_options:
ignore_init_summary: true
merge_init_into_class: true
docstring_style: google
show_root_heading: true
show_source: true