diff --git a/models/demos/t3000/llama2_70b/tt/llama_generation.py b/models/demos/t3000/llama2_70b/tt/llama_generation.py index 607a7f5abaf..ad1f2cfc782 100644 --- a/models/demos/t3000/llama2_70b/tt/llama_generation.py +++ b/models/demos/t3000/llama2_70b/tt/llama_generation.py @@ -46,7 +46,6 @@ def __init__(self, reference_model, devices, n_devices, n_layers, batch, emulate batch, emulated=emulated, cache_path=cache_path, - read_cache=True, ) self.params = configuration self.devices = devices