@mariozechner/pi 0.5.8 → 0.5.9
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/dist/models.json +2 -12
- package/package.json +2 -2
package/dist/models.json
CHANGED
|
@@ -221,9 +221,7 @@
|
|
|
221
221
|
"glm45",
|
|
222
222
|
"--reasoning-parser",
|
|
223
223
|
"glm45",
|
|
224
|
-
"--enable-auto-tool-choice"
|
|
225
|
-
"--quantization",
|
|
226
|
-
"fp8"
|
|
224
|
+
"--enable-auto-tool-choice"
|
|
227
225
|
],
|
|
228
226
|
"env": {
|
|
229
227
|
"VLLM_ATTENTION_BACKEND": "XFORMERS"
|
|
@@ -233,15 +231,7 @@
|
|
|
233
231
|
{
|
|
234
232
|
"gpuCount": 1,
|
|
235
233
|
"gpuTypes": ["H200"],
|
|
236
|
-
"args": [
|
|
237
|
-
"--tool-call-parser",
|
|
238
|
-
"glm45",
|
|
239
|
-
"--reasoning-parser",
|
|
240
|
-
"glm45",
|
|
241
|
-
"--enable-auto-tool-choice",
|
|
242
|
-
"--quantization",
|
|
243
|
-
"fp8"
|
|
244
|
-
],
|
|
234
|
+
"args": ["--tool-call-parser", "glm45", "--reasoning-parser", "glm45", "--enable-auto-tool-choice"],
|
|
245
235
|
"env": {
|
|
246
236
|
"VLLM_ATTENTION_BACKEND": "XFORMERS"
|
|
247
237
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mariozechner/pi",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.9",
|
|
4
4
|
"description": "CLI tool for managing vLLM deployments on GPU pods",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"node": ">=20.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@mariozechner/pi-agent": "^0.5.
|
|
37
|
+
"@mariozechner/pi-agent": "^0.5.9",
|
|
38
38
|
"chalk": "^5.5.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {}
|