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