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