NeMo-Curator
NeMo-Curator copied to clipboard
Ruff Bug fixes in code
trafficstars
Describe the bug
While incorporating Ruff, we noticed a few code paths that are buggy. This master issue aims to capture the list of them, so that we can resolve them one at a time
- [ ]
tutorials/synthetic-retrieval-evaluation/-Endpoints.pyundeclaredfetch_url_formatandheaders- Rename files and classes to follow python standards (no capitalized filenames, classes with _`) - [ ]
nemo_curator/modules/task.pytrimmedvariable never used - [ ]
tutorials/nemo-retriever-synthetic-data-generation/retriever_evalset_generator.py_get_random_hashnever uses question - [ ]
tutorials/nemotron-cc:nemotron_cc.ipynbundeclared variableremove_exnemotron_cc.ipynbconsolidate ways a dask cluster is started
- [ ]
tests/utils/test_distributed_utils:test_get_clientunusedmock_gpu_cluster(tho it should be used)