"sgl-router/src/vscode:/vscode.git/clone" did not exist on "3ae8e3ea8f32ae42bbae512d4bda2f64eb6b770f"
Unverified Commit 4194e5f4 authored by Arthur's avatar Arthur Committed by GitHub
Browse files

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

pin pytorch lightning requirement
parent 49ab1623
...@@ -3,6 +3,6 @@ datasets >= 1.0.1 ...@@ -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
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment