FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
llama-cpp-python/mkdocs.yml at update-sampling-api · handshape/llama-cpp-python · GitHub
handshape
/
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
/
mkdocs.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
74 lines (67 loc) · 1.78 KB
Breadcrumbs
llama-cpp-python
/
mkdocs.yml
Copy path
File metadata and controls
74 lines (67 loc) · 1.78 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
site_name
:
llama-cpp-python
repo_url
:
https://github.com/abetlen/llama-cpp-python
theme
:
name
:
material
palette
:
#
Palette toggle for light mode
-
scheme
:
default
primary
:
indigo
toggle
:
icon
:
material/brightness-7
name
:
Switch to dark mode
#
Palette toggle for dark mode
-
scheme
:
slate
primary
:
indigo
toggle
:
icon
:
material/brightness-4
name
:
Switch to light mode
plugins
:
-
search
-
mkdocstrings
:
handlers
:
python
:
options
:
members_order
:
source
group_by_category
:
false
signature_crossrefs
:
true
show_signature
:
true
docstring_section_style
:
list
show_root_heading
:
true
heading_level
:
3
preload_modules
:
-
typing
-
typing_extensions
-
ctypes
import
:
-
https://docs.python.org/3/objects.inv
-
https://numpy.org/doc/stable/objects.inv
watch
:
-
llama_cpp
-
README.md
nav
:
-
"
Getting Started
"
:
"
index.md
"
-
"
Installation Guides
"
:
-
"
macOS (Metal)
"
:
"
install/macos.md
"
-
"
API Reference
"
:
"
api-reference.md
"
-
"
OpenAI Compatible Web Server
"
:
"
server.md
"
-
"
Changelog
"
:
"
changelog.md
"
markdown_extensions
:
-
attr_list
-
pymdownx.emoji
:
emoji_index
:
!!python/name:materialx.emoji.twemoji
emoji_generator
:
!!python/name:materialx.emoji.to_svg
-
pymdownx.highlight
:
anchor_linenums
:
true
line_spans
:
__span
pygments_lang_class
:
true
-
pymdownx.inlinehilite
-
pymdownx.magiclink
:
repo_url_shorthand
:
true
user
:
abetlen
repo
:
llama-cpp-python
-
pymdownx.snippets
-
pymdownx.superfences
-
pymdownx.tabbed
:
alternate_style
:
true
-
pymdownx.tilde
-
tables
Back
|
FazBrowse Home
|
New Git URL