https://github.com/facebookresearch/pythia
Raw File
Tip revision: e681e8d8eca4d5040ef353d215f5e59c814eb315 authored by Vedanuj Goswami on 29 June 2020, 17:59:18 UTC
[fix] Check for distributed is_available (#365)
Tip revision: e681e8d
.editorconfig
root = true

[*.py]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
back to top