We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import/export_kv_cache_buffer
During the integration with llama.cpp, we find the import_kv_cache_buffer and export_kv_cache_buffer show bad performance as follows.
The Import time includes query vineyard + import_kv_cache_buffer. The Export time includes update vineyard + export_kv_cache_buffer.
query vineyard
import_kv_cache_buffer
update vineyard
export_kv_cache_buffer
The text was updated successfully, but these errors were encountered:
Import/export kv_cache_buffer
/cc @sighingnow, this issus/pr has had no activity for a long time, please help to review the status and assign people to work on it.
Sorry, something went wrong.
No branches or pull requests
Describe your problem
During the integration with llama.cpp, we find the import_kv_cache_buffer and export_kv_cache_buffer show bad performance as follows.
The Import time includes
query vineyard
+import_kv_cache_buffer
.The Export time includes
update vineyard
+export_kv_cache_buffer
.The text was updated successfully, but these errors were encountered: