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:
|
|
|
|
name: "material"
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- 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
|
|
|
|
- pymdownx.superfences
|