@vera-ai/cli 0.9.21 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,6 +45,8 @@ vera upgrade
|
|
|
45
45
|
|
|
46
46
|
`vera doctor --probe` runs a deeper read-only ONNX session check. `vera upgrade` shows the binary update plan and can apply it when the install method is known.
|
|
47
47
|
|
|
48
|
+
On GPU backends, Vera uses a free-VRAM-aware batch ceiling and sequence-aware local micro-batching, and it reuses learned device-specific batch windows across runs.
|
|
49
|
+
|
|
48
50
|
## What you get
|
|
49
51
|
|
|
50
52
|
- **60+ languages** via tree-sitter AST parsing
|