mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 05:10:06 +06:00
Fix-rag-finetune-project-requirement (#21697)
pin pytorch lightning requirement
This commit is contained in:
parent
49ab16239c
commit
4194e5f42b
@ -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
|
Loading…
Reference in New Issue
Block a user