Fix-rag-finetune-project-requirement (#21697)

pin pytorch lightning requirement
This commit is contained in:
Arthur 2023-02-20 17:23:39 +01:00 committed by GitHub
parent 49ab16239c
commit 4194e5f42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@ datasets >= 1.0.1
psutil >= 5.7.0
torch >= 1.4.0
ray >= 1.10.0
pytorch-lightning >= 1.5.10
pytorch-lightning >= 1.5.10, <=1.6.0
transformers
GitPython