File size: 186 Bytes
b3c4c5d
 
 
 
 
 
1
2
3
4
5
6
7
from spark_llm import RWKV7SpeechConfig,RWKV7ForSpeech
from fla.models.rwkv7 import RWKV7Model

RWKV7ForCausalLM = RWKV7ForSpeech
RWKV7Model = RWKV7Model
RWKV7Config = RWKV7SpeechConfig