@vexp/plugin-cuda-linux-arm64 2.7.0 → 3.1.0

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 ADDED
@@ -0,0 +1,11 @@
1
+ # @vexp/plugin-cuda-linux-arm64
2
+
3
+ CUDA acceleration plugin for the optional vexp local model on `linux-arm64`. Bundles the CUDA runtime libraries the model needs so GPU inference works without a system CUDA install.
4
+
5
+ **You don't install this package directly.** It is an optional dependency of [`vexp-cli`](https://www.npmjs.com/package/vexp-cli), the local-first context engine for AI coding agents (Claude Code, Cursor, Windsurf, Codex and more). npm selects the right platform package automatically.
6
+
7
+ ```bash
8
+ npm install -g vexp-cli
9
+ ```
10
+
11
+ → [vexp.dev](https://vexp.dev) · [Docs](https://vexp.dev/docs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vexp/plugin-cuda-linux-arm64",
3
- "version": "2.7.0",
3
+ "version": "3.1.0",
4
4
  "description": "CUDA backend plugin for vexp-core on Linux arm64 (SBSA). Downloaded on-demand by `vexp setup-llm` when an NVIDIA driver is detected.",
5
5
  "os": [
6
6
  "linux"
Binary file