11 lines
206 B
Python
11 lines
206 B
Python
|
#!/usr/bin/env python
|
||
|
# -*- coding: utf-8 -*-
|
||
|
#
|
||
|
# Copyright @2024 AI. Inspur Inc.
|
||
|
#
|
||
|
# @author: jiangzhs <jiangzhs@inspur.com>
|
||
|
# @date: 2024/10/08
|
||
|
#
|
||
|
|
||
|
from ihp.zoo.qwen.modeling_qwen2 import Qwen2ForCausalLM
|