@loreai/onnxruntime-linux-x64 0.0.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +8 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # @loreai/onnxruntime-linux-x64
2
+
3
+ Placeholder release to reserve the name. This package will carry the linux-x64 native
4
+ ONNX Runtime for [`@loreai/gateway`](https://www.npmjs.com/package/@loreai/gateway)
5
+ local embeddings, installed automatically via `optionalDependencies` + `os`/`cpu`.
6
+ Do not depend on it directly.
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "@loreai/onnxruntime-linux-x64",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder to reserve the name. Native ONNX Runtime (linux-x64) for @loreai/gateway local embeddings; real builds are published in lockstep with @loreai/gateway.",
5
+ "license": "FSL-1.1-Apache-2.0",
6
+ "repository": { "type": "git", "url": "git+https://github.com/BYK/loreai.git", "directory": "packages/gateway" },
7
+ "publishConfig": { "access": "public" }
8
+ }