upgrade rwkv pip (0.8.13)

This commit is contained in:
josc146
2023-10-03 13:33:55 +08:00
parent bd4de12e05
commit 79851433f8
18 changed files with 2922 additions and 737 deletions

View File

@@ -36,7 +36,7 @@ class AbstractRWKV(ABC):
RWKV as Model,
)
else:
from rwkv.model import (
from rwkv_pip.model import (
RWKV as Model,
)
from rwkv_pip.utils import PIPELINE