mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-04-20 14:29:28 +00:00
Fix video example
This commit is contained in:
@@ -31,10 +31,11 @@ streaming = True
|
||||
greedy = True
|
||||
|
||||
model_directory = "/mnt/str/models/qwen2-vl-7b-instruct-exl2/6.0bpw"
|
||||
images_mask = os.path.join(os.path.dirname(os.path.abspath(__file__)), "media/test_video_*.png")
|
||||
|
||||
frames = [
|
||||
{"file": f}
|
||||
for f in sorted(glob.glob("media/test_video_*.png"))
|
||||
for f in sorted(glob.glob(images_mask))
|
||||
]
|
||||
|
||||
instruction = "Describe this video."
|
||||
|
||||
Reference in New Issue
Block a user