FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
llama-cpp-python/pyproject.toml at main · Mrgithub93/llama-cpp-python · GitHub
Mrgithub93
/
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
45 lines (41 loc) · 1.17 KB
Breadcrumbs
llama-cpp-python
/
pyproject.toml
Copy path
File metadata and controls
45 lines (41 loc) · 1.17 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
[
tool
.
poetry
]
name
=
"
llama_cpp_python
"
version
=
"
0.1.77
"
description
=
"
Python bindings for the llama.cpp library
"
authors
= [
"
Andrei Betlen <abetlen@gmail.com>
"
]
license
=
"
MIT
"
readme
=
"
README.md
"
homepage
=
"
https://github.com/abetlen/llama-cpp-python
"
repository
=
"
https://github.com/abetlen/llama-cpp-python
"
packages
= [{
include
=
"
llama_cpp
"
}]
include
= [
"
LICENSE.md
"
,
]
[
tool
.
poetry
.
dependencies
]
python
=
"
^3.8.1
"
typing-extensions
=
"
^4.7.1
"
numpy
=
"
^1.24.4
"
diskcache
=
"
^5.6.1
"
uvicorn
= {
version
=
"
^0.23.2
"
,
optional
=
true
}
fastapi
= {
version
=
"
>=0.100.0
"
,
optional
=
true
}
sse-starlette
= {
version
=
"
>=1.6.1
"
,
optional
=
true
}
pydantic-settings
= {
version
=
"
>=2.0.1
"
,
optional
=
true
}
[
tool
.
poetry
.
group
.
dev
.
dependencies
]
black
=
"
^23.7.0
"
twine
=
"
^4.0.2
"
mkdocs
=
"
^1.4.3
"
mkdocstrings
= {
extras
= [
"
python
"
],
version
=
"
^0.22.0
"
}
mkdocs-material
=
"
^9.1.21
"
pytest
=
"
^7.4.0
"
httpx
=
"
^0.24.1
"
scikit-build
=
"
0.17.6
"
[
tool
.
poetry
.
extras
]
server
= [
"
uvicorn
"
,
"
fastapi
"
,
"
pydantic-settings
"
,
"
sse-starlette
"
]
[
build-system
]
requires
= [
"
setuptools>=42
"
,
"
scikit-build>=0.13
"
,
"
cmake>=3.18
"
,
"
ninja
"
,
]
build-backend
=
"
setuptools.build_meta
"
Back
|
FazBrowse Home
|
New Git URL