musicgen / setup.cfg
trttung1610's picture
Upload 233 files
26246bd
raw
history blame contribute delete
No virus
245 Bytes
[pep8]
max-line-length = 120
[flake8]
max-line-length = 120
[coverage:report]
include = audiocraft/*
omit =
audiocraft/environment.py
audiocraft/solvers/*
audiocraft/utils/*
audiocraft/*/loaders.py
audiocraft/*/builders.py