theme_variables.jinja 694 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{%-
set external_urls = {
  'github': 'https://github.com/facebookresearch/fairscale',
  'github_issues': 'https://github.com/facebookresearch/fairscale/issues',
  'contributing': 'https://github.com/facebookresearch/fairscale/blob/master/CONTRIBUTING.md',
  'docs': 'https://fairscale.readthedocs.io/',
  'home': 'https://fairscale.readthedocs.io/',
  'get_started': 'https://github.com/facebookresearch/fairscale/blob/master/README.md',
  'brand_guidelines': 'https://pytorch.org/assets/brand-guidelines/PyTorch-Brand-Guidelines.pdf'
}
-%}
{%-
set og = {
  'description': 'API docs for fairscale. fairscale is a PyTorch extension library for high performance and large scale training.'
}
-%}