Skip to content

Conversation

@sbalandi
Copy link
Contributor

@sbalandi sbalandi commented Dec 15, 2025

Description

example:
hf model:

  1. donwload Lightricks/LTX-Video
    python ./tools/llm_bench/benchmark.py -m /./models/ltx_hf/ -pf ./tools/llm_bencts/video_generation_ltx_video.jsonl -f pt --task text-to-video -n 3

Optimum model:

optimum-cli export openvino -m Lightricks/LTX-Video ./models/ltx_video
python ./tools/llm_bench/benchmark.py -m /./models/ltx_video/ -pf ./tools/llm_bencts/video_generation_ltx_video.jsonl --optimum --task text-to-video -n 3

Note: --static_reshape have added but don't work well, need to investigate

CVS-176897

Fixes #(issue)

Checklist:

  • Tests have been updated or added to cover the new code.
  • This patch fully addresses the ticket.
  • I have made corresponding changes to the documentation.

@github-actions github-actions bot added category: llm_bench Label for tool/llm_bench folder category: GGUF GGUF file reader labels Dec 15, 2025
@likholat likholat self-requested a review December 16, 2025 11:40
@sbalandi sbalandi force-pushed the ltx_llm_bench branch 6 times, most recently from 4b21f7e to c8abea4 Compare December 21, 2025 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GGUF GGUF file reader category: llm_bench Label for tool/llm_bench folder

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant