Closed SecretiveShell closed 3 weeks ago
This PR adds module support for type checking using mypy, so that external projects that depend on exllamav2 can use static type checking.
Previously, when using exllamav2 you would experience the following error
error: Skipping analyzing "exllamav2": module is installed, but missing library stubs or py.typed marker [import-untyped]
This PR adds module support for type checking using mypy, so that external projects that depend on exllamav2 can use static type checking.
Previously, when using exllamav2 you would experience the following error