Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6dfb981

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

File tree

Expand file treeCollapse file tree

2 files changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-0
lines changed

‎llama_cpp/py.typed

Copy file name to clipboardExpand all lines: llama_cpp/py.typed
Whitespace-only changes.

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
author_email="abetlen@gmail.com",
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.