You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Fix lora specific conditions in profile-run (#319)
HabanaAI#256 breaks LoRA specific flow
which was handled through `is_profile_run` flag to distinguish warmup
and profile-run phase.
Introduces a new flag `is_lora_profile_run` to handle this LoRA specific
flow in profile-run.
0 commit comments