@vera-ai/cli 0.9.0 → 0.9.2
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,6 +27,11 @@ vera search "error handling" --onnx-jina-cpu
|
|
|
27
27
|
|
|
28
28
|
# GPU acceleration (NVIDIA/AMD/DirectML/CoreML/OpenVINO)
|
|
29
29
|
vera index . --onnx-jina-cuda
|
|
30
|
+
|
|
31
|
+
# Diagnose or repair local setup issues
|
|
32
|
+
vera doctor
|
|
33
|
+
vera doctor --probe
|
|
34
|
+
vera repair
|
|
30
35
|
```
|
|
31
36
|
|
|
32
37
|
## What you get
|