jbilcke-hf HF Staff commited on
Commit
871b95b
·
verified ·
1 Parent(s): bdf084e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -36,7 +36,10 @@ polars
36
  einops
37
  open_clip_torch
38
  av==14.1.0
39
- git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
 
 
 
40
 
41
  # for our frontend
42
  gradio==5.33.1
 
36
  einops
37
  open_clip_torch
38
  av==14.1.0
39
+
40
+ # for some reason LLaVA-NeXT has ceased to work,
41
+ # let's try to use an older version by using a git commit hash
42
+ git+https://github.com/LLaVA-VL/LLaVA-NeXT.git#45f2d920a6c678777da1d5141a82135f43825ae1
43
 
44
  # for our frontend
45
  gradio==5.33.1