Add a note about RWKV loader
This commit is contained in:
parent
13a54729b1
commit
87ea2d96fd
2 changed files with 17 additions and 8 deletions
|
|
@ -1,3 +1,8 @@
|
|||
'''
|
||||
This loader is not currently maintained as RWKV can now be loaded
|
||||
through the transformers library.
|
||||
'''
|
||||
|
||||
import copy
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue