RWKV support prototype
This commit is contained in:
parent
021bd55886
commit
ebc64a408c
3 changed files with 42 additions and 1 deletions
|
@ -5,6 +5,7 @@ tokenizer = None
|
|||
model_name = ""
|
||||
soft_prompt_tensor = None
|
||||
soft_prompt = False
|
||||
is_RWKV = False
|
||||
|
||||
# Chat variables
|
||||
history = {'internal': [], 'visible': []}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue