mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-15 10:38:23 +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
|
psutil >= 5.7.0
|
||||||
torch >= 1.4.0
|
torch >= 1.4.0
|
||||||
ray >= 1.10.0
|
ray >= 1.10.0
|
||||||
pytorch-lightning >= 1.5.10
|
pytorch-lightning >= 1.5.10, <=1.6.0
|
||||||
transformers
|
transformers
|
||||||
GitPython
|
GitPython
|
Loading…
Reference in New Issue
Block a user