hkchengrex/Cutie

Question about _add_last_dim function

Closed this issue · 2 comments

Regarding the project:

def _add_last_dim(dictionary, key, new_value, prepend=False):

, specifically in the _add_last_dim function within the cutie/inference/kv_memory_store.py file, the parameter prepend is not actually used in the function. Could you clarify whether this was an oversight that led to the code not being updated, or if there is another reason why this parameter is not utilized? I look forward to your response!

Thank you for noticing this. Let me check.

Fixed in 2a85b3e. Thanks.