File size: 912 Bytes
e202b16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.


{%-
set external_urls = {
  'github': 'https://github.com/facebookresearch/xformers',
  'github_issues': 'https://github.com/facebookresearch/xformers/issues',
  'contributing': 'https://github.com/facebookresearch/xformers/blob/master/CONTRIBUTING.md',
  'docs': 'https://github.com/facebookresearch/xformers',
  'home': 'https://github.com/facebookresearch/xformers',
  'get_started': 'https://github.com/facebookresearch/xformers/blob/master/README.md',
  'brand_guidelines': 'https://pytorch.org/assets/brand-guidelines/PyTorch-Brand-Guidelines.pdf'
}
-%}
{%-
set og = {
  'description': 'API docs for xFormers. xFormers is a PyTorch extension library for composable and optimized Transformer blocks.'
}
-%}