"megatron/model/fused_softmax.py" did not exist on "6c3f6c7bb582b4509b28b64c3772e56f11627b7f"
.readthedocs.yaml 271 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
   configuration: docs/conf.py

formats: [htmlzip]

python:
   version: "3.8"
   install:
   - requirements: docs/.sphinx/requirements.txt