gaudi support training #565
Annotations
3 errors and 3 warnings
pylint:
src/instructlab/training/train_hpu_fsdp.py#L15
E0401: Unable to import 'habana_frameworks.torch' (import-error)
|
pylint:
src/instructlab/training/train_hpu_fsdp.py#L16
E0401: Unable to import 'habana_frameworks.torch.distributed.hccl' (import-error)
|
pylint
Process completed with exit code 22.
|
pylint:
src/instructlab/training/main_ds.py#L1
C0302: Too many lines in module (1245/1100) (too-many-lines)
|
pylint:
src/instructlab/training/train_hpu_fsdp.py#L15
W0611: Unused habana_frameworks.torch imported as htorch (unused-import)
|
pylint:
src/instructlab/training/train_hpu_fsdp.py#L16
W0611: Unused import habana_frameworks.torch.distributed.hccl (unused-import)
|
Loading