RWKV support prototype

This commit is contained in:
oobabooga 2023-02-27 23:03:35 -03:00
parent 021bd55886
commit ebc64a408c
3 changed files with 42 additions and 1 deletions

View file

@ -5,6 +5,7 @@ tokenizer = None
model_name = ""
soft_prompt_tensor = None
soft_prompt = False
is_RWKV = False
# Chat variables
history = {'internal': [], 'visible': []}