hao-ai-lab / LookaheadDecoding

[ICML 2024] Break the Sequential Dependency of LLM Inference Using Lookahead Decoding
https://arxiv.org/abs/2402.02057
Apache License 2.0
1.11k stars 66 forks source link

AttributeError: module 'lade' has no attribute 'config_pading' #7

Closed liHai001 closed 10 months ago

liHai001 commented 10 months ago

run git repo demo with: lade.config_pading(LEVEL=5, WINDOW_SIZE=7, GUESS_SET_SIZE=7, DEBUG=0)

error: AttributeError: module 'lade' has no attribute 'config_pading'

Viol2000 commented 10 months ago

Sorry, we made a mistake. Please use 'config_lade' instead.