forked from furiosa-ai/furiosa-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (61 loc) · 1.55 KB
/
mkdocs.yml
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
site_name: Furiosa Models
site_description: DNN Models optimized for FuriosaAI NPU
site_url: https://furiosa-ai.github.io/furiosa-models
theme:
logo: assets/logo.png
favicon: assets/favicon.png
name: "material"
features:
- navigation.sections
palette:
primary: custom
accent: custom
extra_css:
- stylesheets/extra.css
repo_name: furiosa-ai/furiosa-models
repo_url: https://github.com/furiosa-ai/furiosa-models
nav:
- Overview: index.md
- getting_started.md
- Tutorials:
- tutorials/navigate_models.ipynb
- tutorials/quantize_and_compile_model.ipynb
- tutorials/serving_with_furiosa_serving.md
- model_object.md
- command_line_tool.md
- Models:
- models/resnet50_v1.5.md
- models/efficientnet_b0.md
- models/efficientnet_v2_s.md
- models/ssd_mobilenet.md
- models/ssd_resnet34.md
- models/yolov5m.md
- models/yolov5l.md
- models/yolov7_w6_pose.md
- Changelog: changelog.md
- Developer's guide: developers_guide.md
- Apache License 2.0: 'https://github.com/furiosa-ai/furiosa-models/blob/main/LICENSE'
markdown_extensions:
- admonition
- codehilite
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- mkdocs-jupyter:
ignore: ["examples/*.py"]
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_heading: false
show_bases: false