paralym commited on
Commit
8f3bc2e
1 Parent(s): 2146b66

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- git+https://github.com/HaoZhang534/LLaVA-NeXT.git
2
  ninja
3
  opencv-python
4
  open_clip_torch
@@ -6,7 +6,7 @@ fastapi
6
  gradio==4.35.0
7
  gradio_client==1.0.1
8
  markdown2[all]
9
- numpy
10
  requests
11
  sentencepiece
12
  torch==2.1.2
@@ -17,7 +17,7 @@ deepspeed==0.12.2
17
  peft==0.4.0
18
  accelerate>=0.29.1
19
  tokenizers~=0.15.2
20
- transformers@git+https://github.com/huggingface/transformers.git@1c39974a4c4036fd641bc1191cc32799f85715a4
21
  bitsandbytes==0.41.0
22
  scikit-learn==1.2.2
23
  sentencepiece~=0.1.99
@@ -31,5 +31,4 @@ datasets==2.16.1
31
  tyro
32
  scipy
33
  rouge
34
- urllib3~=2.0
35
-
 
1
+ git+https://github.com/paralym/LLaVA-NeXT.git
2
  ninja
3
  opencv-python
4
  open_clip_torch
 
6
  gradio==4.35.0
7
  gradio_client==1.0.1
8
  markdown2[all]
9
+ numpy==1.26.4
10
  requests
11
  sentencepiece
12
  torch==2.1.2
 
17
  peft==0.4.0
18
  accelerate>=0.29.1
19
  tokenizers~=0.15.2
20
+ transformers
21
  bitsandbytes==0.41.0
22
  scikit-learn==1.2.2
23
  sentencepiece~=0.1.99
 
31
  tyro
32
  scipy
33
  rouge
34
+ urllib3~=2.0