FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
llama-cpp-python/pyproject.toml at main · D4ve-R/llama-cpp-python · GitHub
D4ve-R
/
llama-cpp-python
Public
forked from
abetlen/llama-cpp-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
llama-cpp-python
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
75 lines (67 loc) · 1.84 KB
Breadcrumbs
llama-cpp-python
/
pyproject.toml
Copy path
File metadata and controls
75 lines (67 loc) · 1.84 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
build-system
]
requires
= [
"
scikit-build-core[pyproject]>=0.5.1
"
]
build-backend
=
"
scikit_build_core.build
"
[
project
]
name
=
"
llama_cpp_python
"
dynamic
= [
"
version
"
]
description
=
"
Python bindings for the llama.cpp library
"
readme
=
"
README.md
"
license
= {
text
=
"
MIT
"
}
authors
= [
{
name
=
"
Andrei Betlen
"
,
email
=
"
abetlen@gmail.com
"
},
]
dependencies
= [
"
typing-extensions>=4.5.0
"
,
"
numpy>=1.20.0
"
,
"
diskcache>=5.6.1
"
,
]
requires-python
=
"
>=3.8
"
classifiers
= [
"
Programming Language :: Python :: 3
"
,
"
Programming Language :: Python :: 3.8
"
,
"
Programming Language :: Python :: 3.9
"
,
"
Programming Language :: Python :: 3.10
"
,
"
Programming Language :: Python :: 3.11
"
,
"
Programming Language :: Python :: 3.12
"
,
]
[
project
.
optional-dependencies
]
server
= [
"
uvicorn>=0.22.0
"
,
"
fastapi>=0.100.0
"
,
"
pydantic-settings>=2.0.1
"
,
"
sse-starlette>=1.6.1
"
,
"
starlette-context>=0.3.6,<0.4
"
,
]
test
= [
"
pytest>=7.4.0
"
,
"
httpx>=0.24.1
"
,
"
scipy>=1.10
"
,
]
dev
= [
"
black>=23.3.0
"
,
"
twine>=4.0.2
"
,
"
mkdocs>=1.4.3
"
,
"
mkdocstrings[python]>=0.22.0
"
,
"
mkdocs-material>=9.1.18
"
,
"
pytest>=7.4.0
"
,
"
httpx>=0.24.1
"
,
]
all
= [
"
llama_cpp_python[server,test,dev]
"
,
]
[
tool
.
scikit-build
]
wheel.packages
= [
"
llama_cpp
"
]
cmake.verbose
=
true
cmake.minimum-version
=
"
3.21
"
minimum-version
=
"
0.5.1
"
sdist.include
= [
"
.git
"
,
"
vendor/llama.cpp/.git
"
]
[
tool
.
scikit-build
.
metadata
.
version
]
provider
=
"
scikit_build_core.metadata.regex
"
input
=
"
llama_cpp/__init__.py
"
[
project
.
urls
]
Homepage
=
"
https://github.com/abetlen/llama-cpp-python
"
Issues
=
"
https://github.com/abetlen/llama-cpp-python/issues
"
Documentation
=
"
https://llama-cpp-python.readthedocs.io/en/latest/
"
Changelog
=
"
https://llama-cpp-python.readthedocs.io/en/latest/changelog/
"
[
tool
.
pytest
.
ini_options
]
addopts
=
"
--ignore=vendor
"
Back
|
FazBrowse Home
|
New Git URL