GPT Cache Paper Replicability #664
daniyal-rana
started this conversation in
General
Replies: 1 comment 1 reply
-
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.
-
Hello,
I'm working on replicating the benchmark results from the GPT Cache paper.
I noticed that the default cache size within
get_data_manager
is 1000 and the default eviction strategy is LRU.However, within
examples/benchmark/benchmark_sqlite_faiss_onnx.py
, the default cache size is overridden to 100,000.Which configurations correspond to the tabular results in the paper?
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions