@inference/cli 0.0.237-beta.849 → 0.0.238-beta.857
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 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -251,7 +251,7 @@ Stored at `~/.inf/config.json`. Managed automatically by `inf auth` commands.
|
|
|
251
251
|
|
|
252
252
|
| Variable | Description | Default |
|
|
253
253
|
| ---------------- | -------------------------------------------------------------------------------------------------- | ----------------------------------------- |
|
|
254
|
-
| `INF_API_URL` | LLM Ops API base URL | `https://
|
|
254
|
+
| `INF_API_URL` | LLM Ops API base URL | `https://relay.inference.net` |
|
|
255
255
|
| `INF_AUTH_URL` | Auth server base URL | Derived from API URL |
|
|
256
256
|
| `INF_UI_URL` | Web app URL (for device auth) | Derived from API URL |
|
|
257
257
|
| `INF_API_KEY` | Scoped platform key for headless/CI auth | |
|
|
@@ -271,7 +271,7 @@ API URL resolves in this order:
|
|
|
271
271
|
|
|
272
272
|
1. `INF_API_URL` environment variable
|
|
273
273
|
2. `apiUrl` in config file
|
|
274
|
-
3. Default: `https://
|
|
274
|
+
3. Default: `https://relay.inference.net`
|
|
275
275
|
|
|
276
276
|
## CI / Headless Usage
|
|
277
277
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inference/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.238-beta.857",
|
|
4
4
|
"description": "Inference.net CLI - manage training runs, evals, datasets, and inferences from your terminal",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"ai"
|
|
27
27
|
],
|
|
28
28
|
"optionalDependencies": {
|
|
29
|
-
"@inference/cli-darwin-arm64": "0.0.
|
|
30
|
-
"@inference/cli-darwin-x64": "0.0.
|
|
31
|
-
"@inference/cli-linux-x64": "0.0.
|
|
32
|
-
"@inference/cli-linux-arm64": "0.0.
|
|
29
|
+
"@inference/cli-darwin-arm64": "0.0.238-beta.857",
|
|
30
|
+
"@inference/cli-darwin-x64": "0.0.238-beta.857",
|
|
31
|
+
"@inference/cli-linux-x64": "0.0.238-beta.857",
|
|
32
|
+
"@inference/cli-linux-arm64": "0.0.238-beta.857"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "bun run clean:bin && bun run build:cli",
|