Fix style

This commit is contained in:
Lewis Tunstall
2023-10-30 10:00:43 +01:00
parent 3d8570af1e
commit b9d9aa0a29
+1 -1
View File
@@ -105,7 +105,7 @@ install_requires = [
deps["tensorboard"],
deps["tqdm"], # progress bars in model download and training scripts
deps["transformers"],
deps["trl"]
deps["trl"],
]
setup(