-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (52 loc) · 999 Bytes
/
_config.yml
File metadata and controls
56 lines (52 loc) · 999 Bytes
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
title: Tiny-LLM
description: Lightweight LLM Inference Engine — W8A16 quantization, KV Cache, multi-sampling strategies
remote_theme: pages-themes/cayman@v0.2.0
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
repository: LessUp/tiny-llm
show_downloads: false
# SEO & metadata
url: https://lessup.github.io
baseurl: /tiny-llm
lang: zh-CN
author: LessUp
# Markdown rendering
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
# Default layout for all pages
defaults:
- scope:
path: ""
values:
layout: default
- scope:
path: "changelog"
values:
layout: default
# Exclude source code and build artifacts from Jekyll build
exclude:
- .git
- .github
- .kiro
- .vscode
- .cache
- include
- kernels
- src
- tests
- build
- CMakeLists.txt
- CMakePresets.json
- Dockerfile
- .clang-format
- .clang-tidy
- .editorconfig
- .gitattributes
- .gitignore
- Gemfile
- Gemfile.lock
- vendor