@ondeinference/cli
Advanced tools
+4
-4
@@ -6,5 +6,5 @@ #!/usr/bin/env node | ||
| /** | ||
| * Returns the executable path which is located inside node_modules | ||
| * The naming convention is cli-OS-ARCH | ||
| * If the platform is win32 or cygwin, executable will include a .exe extension. | ||
| * Return the bundled executable path from node_modules. | ||
| * Package names follow the cli-OS-ARCH pattern. | ||
| * Windows builds use the .exe suffix. | ||
| * @see https://nodejs.org/api/os.html#osarch | ||
@@ -31,3 +31,3 @@ * @see https://nodejs.org/api/os.html#osplatform | ||
| /** | ||
| * Runs the application with args using nodejs spawn | ||
| * Run the bundled executable with the current CLI args. | ||
| */ | ||
@@ -34,0 +34,0 @@ function run() { |
+7
-7
| { | ||
| "name": "@ondeinference/cli", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "keywords": [ | ||
@@ -35,9 +35,9 @@ "onde", | ||
| "optionalDependencies": { | ||
| "@ondeinference/cli-darwin-arm64": "0.3.0", | ||
| "@ondeinference/cli-darwin-x64": "0.3.0", | ||
| "@ondeinference/cli-linux-arm64": "0.3.0", | ||
| "@ondeinference/cli-linux-x64": "0.3.0", | ||
| "@ondeinference/cli-windows-arm64": "0.3.0", | ||
| "@ondeinference/cli-windows-x64": "0.3.0" | ||
| "@ondeinference/cli-darwin-arm64": "0.3.1", | ||
| "@ondeinference/cli-darwin-x64": "0.3.1", | ||
| "@ondeinference/cli-linux-arm64": "0.3.1", | ||
| "@ondeinference/cli-linux-x64": "0.3.1", | ||
| "@ondeinference/cli-windows-arm64": "0.3.1", | ||
| "@ondeinference/cli-windows-x64": "0.3.1" | ||
| } | ||
| } |
+8
-2
@@ -8,3 +8,3 @@ <p align="center"> | ||
| <p align="center"> | ||
| A terminal app for your Onde Inference account, plus local model fine-tuning. | ||
| A terminal app for your <a href="https://ondeinference.com/">Onde Inference</a> account, plus local model fine-tuning. | ||
| </p> | ||
@@ -16,2 +16,4 @@ | ||
| <a href="https://pypi.org/project/onde-cli/"><img src="https://img.shields.io/pypi/v/onde-cli?style=flat-square&labelColor=17211D&color=235843" alt="PyPI"></a> | ||
| <a href="https://pub.dev/packages/onde_cli"><img src="https://img.shields.io/pub/v/onde_cli?style=flat-square&labelColor=17211D&color=235843" alt="pub.dev"></a> | ||
| <a href="https://www.nuget.org/packages/Onde.Cli"><img src="https://img.shields.io/nuget/v/Onde.Cli?style=flat-square&labelColor=17211D&color=235843" alt="NuGet"></a> | ||
| <a href="https://ondeinference.com"><img src="https://img.shields.io/badge/ondeinference.com-235843?style=flat-square&labelColor=17211D" alt="Website"></a> | ||
@@ -43,2 +45,4 @@ </p> | ||
| | uv | `uv tool install onde-cli` | | ||
| | Dart pub | `dart pub global activate onde_cli` | | ||
| | .NET tool | `dotnet tool install --global Onde.Cli` | | ||
| | Cargo | `cargo install onde-cli` | | ||
@@ -88,2 +92,4 @@ | ||
| If you want a quick mental model for what the network is doing once it starts running, Onde has a short write-up on the [forward pass](https://ondeinference.com/forward-pass). | ||
| ### Supported base models | ||
@@ -123,3 +129,3 @@ | ||
| The exported file loads directly in the [Onde SDK](https://ondeinference.com) for on-device inference. | ||
| The exported file loads directly in the [Onde SDK](https://ondeinference.com/sdk) for on-device inference. | ||
@@ -126,0 +132,0 @@ --- |
7415
9.14%153
4.08%