Refactor qwen5b model code to be qwen 5b specific

This commit is contained in:
Jaret Burkett
2025-08-06 10:54:56 -06:00
parent 5d8922fca2
commit 14ccf2f3ce
4 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
from .wan22_model import Wan22Model
from .wan22_5b_model import Wan225bModel