Add py.typed

This commit is contained in:
Hannes Krumbiegel 2023-08-11 09:58:48 +02:00
parent 66fb0345e8
commit 17dd7fa8e0
2 changed files with 1 additions and 0 deletions

0
llama_cpp/py.typed Normal file
View file

View file

@ -15,6 +15,7 @@ setup(
author_email="abetlen@gmail.com",
license="MIT",
package_dir={"llama_cpp": "llama_cpp", "llama_cpp.server": "llama_cpp/server"},
package_data={"llama_cpp": ["py.typed"]},
packages=["llama_cpp", "llama_cpp.server"],
install_requires=["typing-extensions>=4.5.0", "numpy>=1.20.0", "diskcache>=5.6.1"],
extras_require={