Skip to content

feat: expose max_num_tokens as configurable #874

feat: expose max_num_tokens as configurable

feat: expose max_num_tokens as configurable #874

Triggered via pull request November 7, 2024 03:29
Status Failure
Total duration 1m 33s
Artifacts

lint.yml

on: pull_request
Matrix: lint
lint-workflow-complete
0s
lint-workflow-complete
Fit to window
Zoom out
Zoom in

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)