2023-03-24 22:57:59 +00:00
|
|
|
site_name: llama-cpp-python
|
2023-03-24 22:59:02 +00:00
|
|
|
repo_url: https://github.com/abetlen/llama-cpp-python
|
2023-03-24 22:57:59 +00:00
|
|
|
|
|
|
|
theme:
|
2023-11-23 03:47:22 +00:00
|
|
|
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
|
2023-03-24 22:57:59 +00:00
|
|
|
|
|
|
|
plugins:
|
|
|
|
- mkdocstrings
|
2023-03-31 04:01:53 +00:00
|
|
|
- search
|
2023-03-24 22:57:59 +00:00
|
|
|
|
|
|
|
watch:
|
2023-03-24 23:02:36 +00:00
|
|
|
- llama_cpp
|
2023-11-22 23:08:17 +00:00
|
|
|
- README.md
|
2023-03-24 23:02:36 +00:00
|
|
|
|
2023-11-22 23:16:30 +00:00
|
|
|
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"
|
|
|
|
|
2023-03-24 23:02:36 +00:00
|
|
|
markdown_extensions:
|
2023-11-23 03:47:22 +00:00
|
|
|
- attr_list
|
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
2023-03-24 23:02:36 +00:00
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
line_spans: __span
|
|
|
|
pygments_lang_class: true
|
|
|
|
- pymdownx.inlinehilite
|
2023-09-13 02:28:58 +00:00
|
|
|
- pymdownx.magiclink:
|
|
|
|
repo_url_shorthand: true
|
|
|
|
user: abetlen
|
|
|
|
repo: llama-cpp-python
|
2023-03-24 23:02:36 +00:00
|
|
|
- pymdownx.snippets
|
2023-11-23 03:47:22 +00:00
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
|
|
|
- pymdownx.tilde
|
|
|
|
- tables
|