4 lines
75 B
Python
4 lines
75 B
Python
from .rwkv_model import RWKV, RWKVConfig
|
|
|
|
__all__ = ["RWKV", "RWKVConfig"]
|
from .rwkv_model import RWKV, RWKVConfig
|
|
|
|
__all__ = ["RWKV", "RWKVConfig"]
|