-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (28 loc) · 804 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (28 loc) · 804 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
site_name: stellatscale
site_description: "MVA course project: experimental validation of key claims in _StelLA: Subspace Learning in Low-Rank Adaptation using Stiefel Manifold_, with controlled small-scale experiments."
site_url: https://the-tuning-machine.github.io/SteLA_Project.git
repo_url: https://github.com/the-tuning-machine/SteLA_Project.git
repo_name: the-tuning-machine/SteLA_Project.git
strict: true
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
theme:
name: material
nav:
- Home: index.md
- Reference: reference.md
watch:
- src
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences