Replies: 1 comment 1 reply
-
oops yea, should be fixed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the main branch, line 671 of this file ./audiolm_pytorch/audiolm_pytorch.py,
line 671 "return logits, new_kv_cache"
Is it supposed to be "return logits, kv_cache"? I searched the whole forward function, and cannot find new_kv_cache, but only kv_cache.
Does anyone have any idea of this?
Beta Was this translation helpful? Give feedback.
All reactions