-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathmkdocs.yml
96 lines (88 loc) · 2.52 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
site_name: Foundation Model Benchmarking Tool (FMBench)
repo_name: aws-samples/foundation-model-benchmarking-tool
repo_url: https://github.com/aws-samples/foundation-model-benchmarking-tool
edit_uri: https://github.com/aws-samples/foundation-model-benchmarking-tool/edit/master/
site_url: https://foundation-model-benchmarking-tool.github.io
use_directory_urls: false
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
name: material
logo: ./img/fmbt-small.png
favicon: website/img/favicon.png
features:
- navigation
- content.code.copy
palette:
- scheme: default
primary: light-blue
accent: light-blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
accent: deep-orange
toggle:
icon: material/weather-night
name: Switch to light mode
edit_uri: ''
extra:
analytics:
provider: google
property: G-MX1DMWF4GF
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/aws-samples/foundation-model-benchmarking-tool
- icon: fontawesome/brands/slack
link: https://github.com/aws-samples/foundation-model-benchmarking-tool
plugins:
- search
- mknotebooks
nav:
- Home:
- index.md
- Announcement: announcement.md
- Getting started:
- Main: gettingstarted.md
- CLI: cli.md
- Features: features.md
- Workflow: workflow.md
- SageMaker: quickstart.md
- EC2: ec2.md
- Quarto: quarto.md
- Benchmarking:
- Main: benchmarking.md
- Model evaluations: accuracy.md
- Bedrock: benchmarking_on_bedrock.md
- Sagemaker: benchmarking_on_sagemaker.md
- EKS: benchmarking_on_eks.md
- EC2: benchmarking_on_ec2.md
- Neuron: neuron.md
- Docker: run_as_container.md
- Configs:
- Files: manifest.md
- Advanced functionality:
- Main: advanced.md
- BYO endpoint: byoe.md
- BYO REST predictor: byo_rest_predictor.md
- BYO dataset: byo_dataset.md
- Build FMBench: build.md
- Analytics: analytics.md
- Running multiple model copies: mm_copies.md
- Results:
- Report: results.md
- Website: website.md
- Releases:
- Major release: announcement.md
- releases.md
- Resources:
- resources.md