Revision 0837776c475d7727f5a0acc1fe971eca59fc5aeb authored by Rui Hou on 23 February 2021, 17:35:24 UTC, committed by Facebook GitHub Bot on 23 February 2021, 17:36:44 UTC
Summary: To make capability as an arg so its easier to switch between V100-16GB and 32GB cards.

Reviewed By: madian9, vedanuj, apsdehal

Differential Revision: D26600874

fbshipit-source-id: b4f95c09a611fb46101cbd2043f132b1d53eb67e
1 parent 6db9048
Raw File
.flake8
# This is an example .flake8 config used when developing *Black* itself.

[flake8]
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
ignore = E203, E266, C901, C408, W503
back to top