Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6dfb981

Browse files
authored
Merge pull request abetlen#600 from Vuizur/main
Add py.typed to conform with PEP 561
2 parents b99e758 + 17dd7fa commit 6dfb981

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

llama_cpp/py.typed

Whitespace-only changes.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
author_email="[email protected]",
1616
license="MIT",
1717
package_dir={"llama_cpp": "llama_cpp", "llama_cpp.server": "llama_cpp/server"},
18+
package_data={"llama_cpp": ["py.typed"]},
1819
packages=["llama_cpp", "llama_cpp.server"],
1920
install_requires=["typing-extensions>=4.5.0", "numpy>=1.20.0", "diskcache>=5.6.1"],
2021
extras_require={

0 commit comments

Comments
 (0)