forked from deepspeedai/DeepSpeed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
60 lines (51 loc) · 1.21 KB
/
_config.yml
File metadata and controls
60 lines (51 loc) · 1.21 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
title: DeepSpeed
email: deepspeed@microsoft.com
description: >-
DeepSpeed is a deep learning optimization library that makes distributed
training easy, efficient, and effective.
locale : "en-US"
repository: microsoft/DeepSpeed
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://www.deepspeed.ai" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
remote_theme: "mmistakes/minimal-mistakes@4.19.0"
minimal_mistakes_skin : "air"
plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-paginate
#paginate: 10
#paginate_path: /blog/page:num
include: ["_pages"]
exclude: ["code-docs"]
collections:
tutorials:
output: true
permalink: /:collection/:path/
defaults:
- scope:
path: ""
values:
layout: single
author_profile: false
read_time: false
comments: false
share: false
related: false
sneak_preview: false
toc: true
toc_label: "Contents"
sidebar:
nav: "lnav"
- scope:
path: "_pages"
values:
permalink: /docs/:basename/
- scope:
path: ""
type: posts
values:
layout: single
share: true
timezone: America/Los_Angeles
breadcrumbs: true