CEPE
CEPE copied to clipboard
An Issue on Reproducing Streamingllm
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!