Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LLM Bench] Defining Framework in Torch Compile Benchmarking #1354

Merged
merged 8 commits into from
Dec 23, 2024

Conversation

anzr299
Copy link
Contributor

@anzr299 anzr299 commented Dec 10, 2024

It looks like the framework needs to be specified as pytorch for the models to be compile with torch compile, otherwise it takes the OV framework route and never hits the torch compile code.
Although the following line tries to use torch compile on the entire image generation pipeline which causes issues since it is expected to compile the models within the pipeline.

@github-actions github-actions bot added the category: llm_bench Label for tool/llm_bench folder label Dec 10, 2024
@anzr299 anzr299 requested a review from alexsu52 December 10, 2024 11:05
@ilya-lavrenov ilya-lavrenov added this to the 2025.0 milestone Dec 12, 2024
@ilya-lavrenov ilya-lavrenov added this pull request to the merge queue Dec 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 20, 2024
@eaidova eaidova added this pull request to the merge queue Dec 23, 2024
Merged via the queue into master with commit 5d68567 Dec 23, 2024
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: llm_bench Label for tool/llm_bench folder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants