aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/compiler_driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/compiler_driver.py')
-rw-r--r--ethosu/vela/compiler_driver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethosu/vela/compiler_driver.py b/ethosu/vela/compiler_driver.py
index 6c7fdc1a..78d7f12a 100644
--- a/ethosu/vela/compiler_driver.py
+++ b/ethosu/vela/compiler_driver.py
@@ -267,9 +267,9 @@ def compiler_driver(nng, arch, options, scheduler_options):
alloc_results.append(alloc_success)
if not alloc_results[-1]:
raise VelaError(
- "Sram limit {} bytes, has been exceeded by the scratch fast tensor. "
+ f"Sram limit {arch.sram_size} bytes, has been exceeded by the scratch fast tensor. "
"Increasing the value of --weight-estimation-scaling may help to resolve the issue. "
- "See OPTIONS.md for more information.".format(arch.sram_size)
+ "See OPTIONS.md for more information"
)
else:
tensor_allocation.allocate_tensors(