-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
105 lines (97 loc) · 2.79 KB
/
mkdocs.yml
File metadata and controls
105 lines (97 loc) · 2.79 KB
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
97
98
99
100
101
102
103
104
105
site_name: LLM Workshop
repo_url: https://github.com/UPPMAX/LLM-workshop
nav:
- "Start": index.md
- "Course dates": course_dates.md
- "Schedule": schedule.md
- "Glossary": glossary.md
- Day 1:
- Introduction: day1/introduction.md
- Publicly available LLMs: day1/public_llms.md
- LLM Inference: day1/inference.md
- LLM and Hardware: day1/llm_hardware.md
- LLM Formats: day1/llm_formats.md
- Day 2:
- Data Pipelines: day2/data_pipelines.md
- ' 〰️ Quantization': day2/quantization.ipynb
- Model Parallelism: day2/parallelization_schemes.md
- Multi-Modal LLM / VLM Inference: day2/multimodal.md
- RAG: day2/rag.md
- Day 3:
- Prompt Engineering: day3/prompt_engineering.md
- Tools and Reasoning: day3/tools.md
- Post-training: day3/post_training.md
- Hyperparameter tuning: day3/hyperparameter_tuning.md
- Evaluating LLMs: day3/evaluation_metrics.md
theme:
name: material
greetings: Welcome to this NAISS course template
font:
text: Lato
code: JetBrains Mono
logo: logo/naiss_logo_white.png
palette:
primary: indigo
icon:
annotation: material/plus-circle
features:
- toc.integrate
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- navigation.footer
- navigation.expand
- search.suggest
- content.code.annotate
- content.code.copy
- content.code.select
- content.tabs.link
- content.action.edit
- content.action.view
- content.footnote.tooltips
plugins:
- mkdocs-jupyter:
include_requirejs: true
custom_mathjax_url: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS_CHTML-full,Safe"
ignore_h1_titles: true
markdown_extensions:
- toc:
toc_depth: 2
permalink: true
permalink_title: Anchor link to this section for reference
- admonition
- tables
- attr_list
- footnotes
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
url_download: true
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.keys
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://www.naiss.se/
name: NAISS
extra_css:
- stylesheets/mkdocs.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js