ayyuce commited on
Commit
ba20cd4
·
verified ·
1 Parent(s): c57376d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ git+https://github.com/haotian-liu/LLaVA.git@medical_inference
2
+ torch>=2.0.0
3
+ transformers>=4.35.0
4
+ Pillow>=9.4.0
5
+ gradio>=3.39.0
6
+ accelerate>=0.23.0