[Vicuna] Revert the formatting for Brevitas op (#1626)

-- This commit reverts the formatting for Brevitas op.
-- It also excludes vicuna.py script from `black` formatter.

Signed-off-by: Abhishek Varma <abhishek@nod-labs.com>
This commit is contained in:
Abhishek Varma
2023-07-06 19:26:17 +05:30
committed by GitHub
parent c5a47887f4
commit 1b62dc4529
6 changed files with 223 additions and 78 deletions

View File

@@ -14,4 +14,4 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 79
include = '\.pyi?$'
exclude = "apps/language_models/scripts/vicuna.py"