allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.42k stars 643 forks source link

Fix typo in docs and default sdk config #1280

Closed jimdiroffii closed 3 weeks ago

jimdiroffii commented 3 weeks ago

Describe the bug

In the default configuration file for the SDK, the retry_backoff_factor_sec option has a comment that states it is the Backoff factory... instead of Backoff factor....

To reproduce

The word factory with factor in three files: sdk.conf, clearml.conf, and trains.conf.

Expected behaviour

I noticed this while reviewing the default configuration in my Python clearml sdk installation. I couldn't find any indication that this option has to do with any type of factory, and believe it is just a typo that has persisted since the first beta version commits.

Environment

Notes

This issue was created per the contributing guidelines before creating a PR.

jimdiroffii commented 3 weeks ago

The PR was merged, this issue is resolved and can be closed.