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
@kyang-06 Can you try earlier version of Eagle2 because recently there are some changes may affect the example code. You can try the older version like Jun 30 commit of main branch to see if there is any issue.
Hi Team!
I followed this docs to run EAGLE, but encountered assertion error as shown in the picture.
ipex-llm/python/llm/example/GPU/Speculative-Decoding/EAGLE/README.md
Line 1 in 509bdb4
I can confirmed that error dumped at the ipdb breakpoint: function
layer_outputs = decoder_layer(...)
.The execute script is
My conda env is as below, also tried ipex-llm==2.1.0 which does not work:
As for eagle-llm package, I've tried install branch main or v1, both of them raise the same error.
The text was updated successfully, but these errors were encountered: