feat: expose max_num_tokens as configurable #874
Annotations
1 error and 1 warning
pylint
Process completed with exit code 8.
|
pylint:
src/instructlab/sdg/pipeline.py#L200
R1714: Consider merging these comparisons with 'in' by using 'block_type in (llmblock.LLMBlock, llmblock.ConditionalLLMBlock)'. Use a set instead if elements are hashable. (consider-using-in)
|
Loading