@mcptoolshop/backpropagate 1.1.0 → 1.1.1
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/bin/backpropagate.js +1 -1
- package/package.json +1 -1
package/bin/backpropagate.js
CHANGED
|
@@ -19,7 +19,7 @@ const os = require("os");
|
|
|
19
19
|
// ---------------------------------------------------------------------------
|
|
20
20
|
|
|
21
21
|
const TOOL = "backpropagate";
|
|
22
|
-
const VERSION = "1.1.
|
|
22
|
+
const VERSION = "1.1.1";
|
|
23
23
|
|
|
24
24
|
if (process.platform === "linux") {
|
|
25
25
|
// XDG-compliant install root
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcptoolshop/backpropagate",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Headless LLM fine-tuning CLI with smart defaults — train, export, serve. Reflex web UI, HF Hub push, resume-from-checkpoint, run history, model cards, multi-run SLAO.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|