You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run prompt...
Traceback (most recent call last):
File "/home/v/下载/RWKV-LM-LoRA-main/RWKV-v4neo/chat.py", line 187, in
out = run_rnn(tokenizer.tokenizer.encode(init_prompt))
File "/home/v/下载/RWKV-LM-LoRA-main/RWKV-v4neo/chat.py", line 157, in run_rnn
current_state = model.forward(model_tokens, current_state, preprocess_only = True)
File "/home/v/下载/RWKV-LM-LoRA-main/RWKV-v4neo/src/model_run.py", line 225, in forward
x = w.emb.weight[ctx[-1]]
AttributeError: 'types.SimpleNamespace' object has no attribute 'emb'
v@v-virtual-machine:~/下载/RWKV-LM-LoRA-main/RWKV-v4neo$
The text was updated successfully, but these errors were encountered:
Run prompt...
Traceback (most recent call last):
File "/home/v/下载/RWKV-LM-LoRA-main/RWKV-v4neo/chat.py", line 187, in
out = run_rnn(tokenizer.tokenizer.encode(init_prompt))
File "/home/v/下载/RWKV-LM-LoRA-main/RWKV-v4neo/chat.py", line 157, in run_rnn
current_state = model.forward(model_tokens, current_state, preprocess_only = True)
File "/home/v/下载/RWKV-LM-LoRA-main/RWKV-v4neo/src/model_run.py", line 225, in forward
x = w.emb.weight[ctx[-1]]
AttributeError: 'types.SimpleNamespace' object has no attribute 'emb'
v@v-virtual-machine:~/下载/RWKV-LM-LoRA-main/RWKV-v4neo$
The text was updated successfully, but these errors were encountered: