Commit c27e29e1 authored by jon-tow's avatar jon-tow
Browse files

Force no caching while testing

parent f33717c2
......@@ -70,6 +70,8 @@ def simple_evaluate(
assert isinstance(model, lm_eval.base.LM)
lm = model
# TODO: Hard-code turning off cache while testing. Remove once testing is completed.
no_cache = True
if not no_cache:
lm = lm_eval.base.CachingLM(
lm,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment