Add a note about RWKV loader

This commit is contained in:
oobabooga 2023-09-26 17:43:39 -07:00
parent 13a54729b1
commit 87ea2d96fd
2 changed files with 17 additions and 8 deletions

View file

@ -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