Commit 7d286ad0 authored by Baber's avatar Baber
Browse files

add model

parent 24214440
......@@ -13,6 +13,7 @@ from . import (
openai_completions,
optimum_ipex,
optimum_lm,
rwkvwrapper,
textsynth,
vllm_causallms,
vllm_vlms,
......
......@@ -8,7 +8,7 @@ from lm_eval.models.huggingface import HFLM
@register_model("rwkv")
class MambaLMWrapper(HFLM):
class RWKVWRAPPER(HFLM):
def __init__(
self,
pretrained,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment