Skip to content

Commit bb011f2

Browse files
committed
[model] Add Hunyuan-Image3 AR support (text)
Signed-off-by: Bradley <bradley.b.pitt@gmail.com>
1 parent 779f598 commit bb011f2

File tree

6 files changed

+1444
-2
lines changed

6 files changed

+1444
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
3+
4+
from .hunyuan_image3_0 import HunyuanImage3_0ForConditionalGeneration
5+
6+
__all__ = ["HunyuanImage3_0ForConditionalGeneration"]

0 commit comments

Comments
 (0)