Skip to content

Model ops add yaml qwen25 - #288

Open
kiszk wants to merge 5 commits into
mainfrom
model_ops_add_yaml_qwen25
Open

Model ops add yaml qwen25#288
kiszk wants to merge 5 commits into
mainfrom
model_ops_add_yaml_qwen25

Conversation

@kiszk

@kiszk kiszk commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

This PR adds a run_huggingface.py script under utils/model_ops/models/qwen25/ to generate
the torch-op test yaml for Qwen/Qwen2.5-7B-Instruct, following the same pattern as the
existing model_ops scripts.

In addition, this PR fixes README.md and a run_huggingface.py script under utils/model_ops/models/ministral3_14b

Changes

  • models/qwen25/run_huggingface.py — new yaml-generation script for Qwen2.5.
    Loads Qwen/Qwen2.5-7B-Instruct in bf16 on CUDA, runs a short generate() under
    TorchOpCollector with math SDP forced (flash/mem-efficient disabled), and writes the
    collected op yaml via ctx.write_yaml().
  • models/ministral3_14b/run_huggingface.py — Load the model in bf16.
  • README.md — Update uv pip install for PyTorch 2.13 and mistral.

kiszk added 5 commits August 5, 2026 06:03
Signed-off-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com>
Signed-off-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com>
Signed-off-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com>
Signed-off-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com>
@kiszk
kiszk marked this pull request as ready for review August 5, 2026 13:39
@kiszk

kiszk commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator Author

@anubhavjana Could you please review this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant