Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type declarations and potential bugs
Checked the entire Python file with the basic type checking functionality built into the Python extension module of VSCode. Also checked with mypy 0.991 on Python 3.11. To re-check the file with mypy run: mypy --ignore-missing-imports --check-untyped-defs python/lora.py
- Loading branch information