forked from dstackai/dstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
250 lines (244 loc) · 9.83 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
# Project information
site_name: dstack
site_url: https://dstack.ai
site_author: dstack GmbH
site_description: >-
dstack is an open-source AI container orchestration engine working with any cloud or data center.
# Repository
repo_url: https://github.com/dstackai/dstack
repo_name: dstackai/dstack
edit_uri: edit/master/docs/
#Copyright
copyright: © 2024 dstack
# Configuration
theme:
name: material
custom_dir: docs/overrides
logo: assets/images/dstack-logo-notext.svg
favicon: assets/images/dstack-fav-32.ico
icon:
repo: custom/github
edit: material/pencil
annotation: material/arrow-right-circle
font:
text: Source Sans Pro
code: IBM Plex Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: lilac
# toggle:
# icon: material/weather-night
# name: Switch to dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# primary: black
# accent: light blue
# toggle:
# icon: material/weather-sunny
# name: Switch to light mode
features:
- content.tooltips
# - navigation.path
- content.code.copy
- content.action.edit
# - navigation.indexes
- navigation.tabs
# - navigation.instant
# - toc.integrate
- navigation.sections
# - navigation.expand
- navigation.top
- announce.dismiss
- navigation.tracking
- navigation.footer
# Plugins
plugins:
- blog:
blog_dir: blog
post_url_format: "{slug}"
blog_toc: true
- social:
cards_layout_options:
background_color: "black"
color: "#FFFFFF"
font_family: "Roboto"
# debug: true
cards_layout_dir: docs/layouts
cards_layout: custom
- search
- redirects:
redirect_maps:
'examples/tgi.md': 'https://github.com/dstackai/dstack/blob/master/examples/deployment/tgi/README.md'
'examples/vllm.md': 'https://github.com/dstackai/dstack/blob/master/examples/deployment/vllm/README.md'
'examples/olama.md': 'https://github.com/dstackai/dstack/blob/master/examples/deployment/olama/README.md'
'examples/tae.md': 'https://github.com/dstackai/dstack/blob/master/examples/deployment/tae/README.md'
'examples/infinity.md': 'https://github.com/dstackai/dstack/blob/master/examples/deployment/infinity/README.md'
'examples/qlora.md': 'https://github.com/dstackai/dstack/blob/master/examples/fine-tuning/qlora/README.md'
'examples/mixtral.md': 'https://github.com/dstackai/dstack/blob/master/examples/llms/mixtral/README.md'
'blog/2024/02/08/resources-authentication-and-more.md': 'https://github.com/dstackai/dstack/releases/0.15.0'
'blog/2024/01/19/openai-endpoints-preview.md': 'https://github.com/dstackai/dstack/releases/0.14.0'
'blog/2023/12/22/disk-size-cuda-12-1-mixtral-and-more.md': 'https://github.com/dstackai/dstack/releases/0.13.0'
'blog/2023/11/21/vastai.md': 'https://github.com/dstackai/dstack/releases/0.12.3'
'blog/2023/10/31/tensordock.md': 'https://github.com/dstackai/dstack/releases/0.12.2'
'blog/2023/10/18/simplified-cloud-setup.md': 'https://github.com/dstackai/dstack/releases/0.12.0'
'blog/2023/08/22/multiple-clouds.md': 'https://github.com/dstackai/dstack/releases/0.11'
'blog/2023/08/07/services-preview.md': 'https://github.com/dstackai/dstack/releases/0.10.7'
'blog/2023/07/14/lambda-cloud-ga-and-docker-support.md': 'https://github.com/dstackai/dstack/releases/0.10.5'
'blog/2023/05/22/azure-support-better-ui-and-more.md': 'https://github.com/dstackai/dstack/releases/0.9.1'
'blog/2023/03/13/gcp-support-just-landed.md': 'https://github.com/dstackai/dstack/releases/0.2'
'blog/dstack-research.md': 'https://dstack.ai/#get-started'
'changelog/0.2.md': 'https://github.com/dstackai/dstack/releases/0.2'
'changelog/0.9.1.md': 'https://github.com/dstackai/dstack/releases/0.9.1'
'changelog/0.10.5.md': 'https://github.com/dstackai/dstack/releases/0.10.5'
'changelog/0.10.7.md': 'https://github.com/dstackai/dstack/releases/0.10.7'
'changelog/0.11.0.md': 'https://github.com/dstackai/dstack/releases/0.11'
'changelog/0.12.0.md': 'https://github.com/dstackai/dstack/releases/0.12.0'
'changelog/0.12.2.md': 'https://github.com/dstackai/dstack/releases/0.12.2'
'changelog/0.12.3.md': 'https://github.com/dstackai/dstack/releases/0.12.3'
'changelog/0.13.0.md': 'https://github.com/dstackai/dstack/releases/0.13.0'
'changelog/0.14.0.md': 'https://github.com/dstackai/dstack/releases/0.14.0'
'changelog/0.15.0.md': 'https://github.com/dstackai/dstack/releases/0.15.0'
'changelog/0.15.1.md': 'https://github.com/dstackai/dstack/releases/0.15.1'
'changelog/0.16.0.md': 'https://github.com/dstackai/dstack/releases/0.16.0'
'changelog/0.16.1.md': 'https://github.com/dstackai/dstack/releases/0.16.1'
'changelog/0.17.0.md': 'https://github.com/dstackai/dstack/releases/0.17.0'
'changelog/0.18.0.md': 'https://github.com/dstackai/dstack/releases/0.18.0'
'docs/concepts/dev-environments.md': 'docs/dev-environments.md'
'docs/concepts/tasks.md': 'docs/tasks.md'
'docs/concepts/services.md': 'docs/services.md'
'docs/fleets.md': 'docs/concepts/fleets.md'
'docs/examples/index.md': 'examples/index.md'
'docs/examples/llms/llama31.md': 'examples/llms/llama31/index.md'
'docs/examples/llms/llama32.md': 'examples/llms/llama32/index.md'
'docs/examples/accelerators/amd/index.md': 'examples/accelerators/amd/index.md'
'providers.md': 'backends.md'
- typeset
- gen-files:
scripts: # always relative to mkdocs.yml
- scripts/docs/gen_examples.py
- scripts/docs/gen_cli_reference.py
- scripts/docs/gen_openapi_reference.py
- scripts/docs/gen_schema_reference.py
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: false
- render_swagger
# Extensions
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- def_list
- admonition
- pymdownx.highlight
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- toc:
toc_depth: 4
permalink: true
- attr_list
- md_in_html
- footnotes
- tables
# Customization
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/termynal.css
- assets/stylesheets/landing.css
- assets/stylesheets/pricing.css
extra_javascript:
- assets/javascripts/extra.js
- assets/javascripts/pricing.js
extra:
homepage: /
generator: false
analytics:
provider: google
property: G-JX21114P7B
social:
- icon: /fontawesome/brands/discord
link: https://discord.gg/u8SmfwPpMd
- icon: /simple/x
link: https://twitter.com/dstackai
- icon: /fontawesome/brands/github
link: https://github.com/dstackai/dstack
- icon: /fontawesome/brands/python
link: https://pypi.org/project/dstack
- icon: /fontawesome/brands/docker
link: https://hub.docker.com/r/dstackai/dstack
status:
new: Recently added
# Page tree
nav:
- Home: index.md
- Docs:
- Getting started:
- Overview: docs/index.md
- Installation: docs/installation/index.md
- Quickstart: docs/quickstart.md
- Concepts:
- Dev environments: docs/dev-environments.md
- Tasks: docs/tasks.md
- Services: docs/services.md
- Fleets: docs/concepts/fleets.md
- Gateways: docs/concepts/gateways.md
- Volumes: docs/concepts/volumes.md
- Projects: docs/concepts/projects.md
- Guides:
- Troubleshooting: docs/guides/troubleshooting.md
- Protips: docs/guides/protips.md
- Server deployment: docs/guides/server-deployment.md
- Reference:
- server/config.yml: docs/reference/server/config.yml.md
- .dstack.yml:
- dev-environment: docs/reference/dstack.yml/dev-environment.md
- task: docs/reference/dstack.yml/task.md
- service: docs/reference/dstack.yml/service.md
- fleet: docs/reference/dstack.yml/fleet.md
- gateway: docs/reference/dstack.yml/gateway.md
- volume: docs/reference/dstack.yml/volume.md
# - profiles.yml: docs/reference/profiles.yml.md
- CLI: docs/reference/cli/index.md
- API:
- Python API: docs/reference/api/python/index.md
- REST API: docs/reference/api/rest/index.md
- Examples:
- examples.md
- Fine-tuning:
- Axolotl: examples/fine-tuning/axolotl/index.md
- Alignment Handbook: examples/fine-tuning/alignment-handbook/index.md
- TRL: examples/fine-tuning/trl/index.md
- Accelerators:
- AMD: examples/accelerators/amd/index.md
- TPU: examples/accelerators/tpu/index.md
- LLMs:
- Llama 3.1: examples/llms/llama31/index.md
- Llama 3.2: examples/llms/llama32/index.md
- Backends: backends.md
- Blog:
- blog/index.md
# - Changelog: https://github.com/dstackai/dstack/releases" target="_blank
# - Discord: https://discord.gg/u8SmfwPpMd" target="_blank
# - GitHub: https://github.com/dstackai/dstack" target="_blank
# - Sign in: https://sky.dstack.ai" target="_blank