Check for tokenizer in downloaded models directory #931
Annotations
4 errors and 2 warnings
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:
src/instructlab/sdg/utils/chunkers.py#L306
E0401: Unable to import 'ipdb' (import-error)
|
pylint
Process completed with exit code 22.
|
pylint:
src/instructlab/sdg/utils/chunkers.py#L306
C0415: Import outside toplevel (ipdb) (import-outside-toplevel)
|
pylint:
src/instructlab/sdg/utils/chunkers.py#L320
W0719: Raising too general exception: Exception (broad-exception-raised)
|
Loading