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.6k stars 651 forks source link

Fix typo in docs and default sdk config #1281

Closed jimdiroffii closed 3 months ago

jimdiroffii commented 3 months ago

Related Issue / Discussion

Issue #1280 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....

Patch Description

This patch replaces the word factory with factor in three files: sdk.conf, clearml.conf, and trains.conf.

Testing Instructions

No testing is required. The change is purely semantic.

Other Information

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.