Check for tokenizer in downloaded models directory #944
lint.yml
on: pull_request
Matrix: lint
lint-workflow-complete
0s
Annotations
3 errors and 1 warning
pylint:
src/instructlab/sdg/utils/chunkers.py#L22
E0401: Unable to import 'instructlab.model.backends.backends' (import-error)
|
pylint:
src/instructlab/sdg/utils/chunkers.py#L22
E0611: No name 'model' in module 'instructlab' (no-name-in-module)
|
pylint
Process completed with exit code 6.
|
pylint:
src/instructlab/sdg/utils/chunkers.py#L330
W0719: Raising too general exception: Exception (broad-exception-raised)
|