File size: 530 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
24
25
26
27
28
29
30
31
32
# Get core deps.
-r requirements.txt


# Tools for static checking.
black == 22.3.0
flake8 == 6.1.0
flake8-copyright
isort == 5.7.0
mypy == 1.10.0
pyre-check == 0.9.16
pyre-extensions == 0.0.29
click == 8.0.4
protobuf==3.20.2

# Tools for unit tests & coverage.
pytest == 7.2.0
pytest-cov == 2.10.0
pytest-mpi == 0.4
pytest-timeout == 1.4.2
pytest-random-order == 1.1.1

# Dependency for factory
hydra-core >= 1.1

# Dependency for Mixture of Experts
fairscale >= 0.4.5
scipy >= 1.7

# Dependency for fused layers, optional
cmake