aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/OPTIONS.md b/OPTIONS.md
index e191d4ee..1293f17d 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -183,8 +183,8 @@ vela network.tflite --config my_vela_cfg.ini --memory-mode My_Mem_Mode
Specify which allocator algorithm to use for non-constant NPU and CPU tensor
allocation.
**Type: String**
-**Default: Search**
-**Choices: [Greedy, LinearAlloc, Search]**
+**Default: HillClimb**
+**Choices: [Greedy, LinearAlloc, HillClimb]**
```bash
vela network.tflite --tensor-allocator=LinearAlloc