CEPE icon indicating copy to clipboard operation
CEPE copied to clipboard

An Issue on Reproducing Streamingllm

Open Ocean-627 opened this issue 9 months ago • 1 comments

Congratulations on your excellent work! I attempted to run bash scripts/run_streamingllm_lm.sh to reproduce the results of streaming_llm, but I encountered the following error:

TypeError: llama_pos_shift_attention_forward() got an unexpected keyword argument 'padding_mask'

It seems that the transformers library version needs to be below 4.34.0, but this project requires version 4.34.1. Have you encountered the same issue? If so, do you have any solutions? Thank you very much!

Ocean-627 avatar May 23 '24 06:05 Ocean-627