@bendyline/gilde 0.1.14 → 0.1.15

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.
@@ -27,6 +27,8 @@
27
27
  "approxSizeBytes": 21200000000,
28
28
  "supportsTools": true,
29
29
  "contextWindow": 262144,
30
+ "kvBytesPerTokenF16": 20480,
31
+ "kvFixedBytesF16": 64389120,
30
32
  "upstream": "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B",
31
33
  "style": {
32
34
  "family": "qwen",
@@ -27,6 +27,8 @@
27
27
  "approxSizeBytes": 37000000000,
28
28
  "supportsTools": true,
29
29
  "contextWindow": 262144,
30
+ "kvBytesPerTokenF16": 20480,
31
+ "kvFixedBytesF16": 64389120,
30
32
  "upstream": "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B",
31
33
  "style": {
32
34
  "family": "qwen",
@@ -26,6 +26,8 @@
26
26
  "approxSizeBytes": 5600000000,
27
27
  "supportsTools": true,
28
28
  "contextWindow": 262144,
29
+ "kvBytesPerTokenF16": 32768,
30
+ "kvFixedBytesF16": 51511296,
29
31
  "upstream": "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B",
30
32
  "style": {
31
33
  "family": "qwen",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bendyline/gilde",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "The gilde catalog: model manifests, toolsets, craftbooks, roles, and project types for gezel.",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -91,6 +91,14 @@
91
91
  "exclusiveMinimum": 0,
92
92
  "maximum": 9007199254740991
93
93
  },
94
+ "kvBytesPerTokenF16": {
95
+ "type": "number",
96
+ "exclusiveMinimum": 0
97
+ },
98
+ "kvFixedBytesF16": {
99
+ "type": "number",
100
+ "minimum": 0
101
+ },
94
102
  "upstream": {
95
103
  "type": "string",
96
104
  "format": "uri"
@@ -1423,6 +1423,23 @@
1423
1423
  "kind"
1424
1424
  ]
1425
1425
  },
1426
+ {
1427
+ "type": "object",
1428
+ "properties": {
1429
+ "kind": {
1430
+ "type": "string",
1431
+ "const": "htmlLint"
1432
+ },
1433
+ "file": {
1434
+ "type": "string",
1435
+ "minLength": 1
1436
+ }
1437
+ },
1438
+ "required": [
1439
+ "kind",
1440
+ "file"
1441
+ ]
1442
+ },
1426
1443
  {
1427
1444
  "type": "object",
1428
1445
  "properties": {
@@ -2223,6 +2240,23 @@
2223
2240
  "kind"
2224
2241
  ]
2225
2242
  },
2243
+ {
2244
+ "type": "object",
2245
+ "properties": {
2246
+ "kind": {
2247
+ "type": "string",
2248
+ "const": "htmlLint"
2249
+ },
2250
+ "file": {
2251
+ "type": "string",
2252
+ "minLength": 1
2253
+ }
2254
+ },
2255
+ "required": [
2256
+ "kind",
2257
+ "file"
2258
+ ]
2259
+ },
2226
2260
  {
2227
2261
  "type": "object",
2228
2262
  "properties": {
@@ -3928,6 +3962,23 @@
3928
3962
  "kind"
3929
3963
  ]
3930
3964
  },
3965
+ {
3966
+ "type": "object",
3967
+ "properties": {
3968
+ "kind": {
3969
+ "type": "string",
3970
+ "const": "htmlLint"
3971
+ },
3972
+ "file": {
3973
+ "type": "string",
3974
+ "minLength": 1
3975
+ }
3976
+ },
3977
+ "required": [
3978
+ "kind",
3979
+ "file"
3980
+ ]
3981
+ },
3931
3982
  {
3932
3983
  "type": "object",
3933
3984
  "properties": {
@@ -4728,6 +4779,23 @@
4728
4779
  "kind"
4729
4780
  ]
4730
4781
  },
4782
+ {
4783
+ "type": "object",
4784
+ "properties": {
4785
+ "kind": {
4786
+ "type": "string",
4787
+ "const": "htmlLint"
4788
+ },
4789
+ "file": {
4790
+ "type": "string",
4791
+ "minLength": 1
4792
+ }
4793
+ },
4794
+ "required": [
4795
+ "kind",
4796
+ "file"
4797
+ ]
4798
+ },
4731
4799
  {
4732
4800
  "type": "object",
4733
4801
  "properties": {
@@ -1097,6 +1097,23 @@
1097
1097
  "kind"
1098
1098
  ]
1099
1099
  },
1100
+ {
1101
+ "type": "object",
1102
+ "properties": {
1103
+ "kind": {
1104
+ "type": "string",
1105
+ "const": "htmlLint"
1106
+ },
1107
+ "file": {
1108
+ "type": "string",
1109
+ "minLength": 1
1110
+ }
1111
+ },
1112
+ "required": [
1113
+ "kind",
1114
+ "file"
1115
+ ]
1116
+ },
1100
1117
  {
1101
1118
  "type": "object",
1102
1119
  "properties": {
@@ -1897,6 +1914,23 @@
1897
1914
  "kind"
1898
1915
  ]
1899
1916
  },
1917
+ {
1918
+ "type": "object",
1919
+ "properties": {
1920
+ "kind": {
1921
+ "type": "string",
1922
+ "const": "htmlLint"
1923
+ },
1924
+ "file": {
1925
+ "type": "string",
1926
+ "minLength": 1
1927
+ }
1928
+ },
1929
+ "required": [
1930
+ "kind",
1931
+ "file"
1932
+ ]
1933
+ },
1900
1934
  {
1901
1935
  "type": "object",
1902
1936
  "properties": {
@@ -3596,6 +3630,23 @@
3596
3630
  "kind"
3597
3631
  ]
3598
3632
  },
3633
+ {
3634
+ "type": "object",
3635
+ "properties": {
3636
+ "kind": {
3637
+ "type": "string",
3638
+ "const": "htmlLint"
3639
+ },
3640
+ "file": {
3641
+ "type": "string",
3642
+ "minLength": 1
3643
+ }
3644
+ },
3645
+ "required": [
3646
+ "kind",
3647
+ "file"
3648
+ ]
3649
+ },
3599
3650
  {
3600
3651
  "type": "object",
3601
3652
  "properties": {
@@ -4396,6 +4447,23 @@
4396
4447
  "kind"
4397
4448
  ]
4398
4449
  },
4450
+ {
4451
+ "type": "object",
4452
+ "properties": {
4453
+ "kind": {
4454
+ "type": "string",
4455
+ "const": "htmlLint"
4456
+ },
4457
+ "file": {
4458
+ "type": "string",
4459
+ "minLength": 1
4460
+ }
4461
+ },
4462
+ "required": [
4463
+ "kind",
4464
+ "file"
4465
+ ]
4466
+ },
4399
4467
  {
4400
4468
  "type": "object",
4401
4469
  "properties": {
@@ -764,6 +764,23 @@
764
764
  "kind"
765
765
  ]
766
766
  },
767
+ {
768
+ "type": "object",
769
+ "properties": {
770
+ "kind": {
771
+ "type": "string",
772
+ "const": "htmlLint"
773
+ },
774
+ "file": {
775
+ "type": "string",
776
+ "minLength": 1
777
+ }
778
+ },
779
+ "required": [
780
+ "kind",
781
+ "file"
782
+ ]
783
+ },
767
784
  {
768
785
  "type": "object",
769
786
  "properties": {
@@ -1616,6 +1633,23 @@
1616
1633
  "kind"
1617
1634
  ]
1618
1635
  },
1636
+ {
1637
+ "type": "object",
1638
+ "properties": {
1639
+ "kind": {
1640
+ "type": "string",
1641
+ "const": "htmlLint"
1642
+ },
1643
+ "file": {
1644
+ "type": "string",
1645
+ "minLength": 1
1646
+ }
1647
+ },
1648
+ "required": [
1649
+ "kind",
1650
+ "file"
1651
+ ]
1652
+ },
1619
1653
  {
1620
1654
  "type": "object",
1621
1655
  "properties": {
@@ -2468,6 +2502,23 @@
2468
2502
  "kind"
2469
2503
  ]
2470
2504
  },
2505
+ {
2506
+ "type": "object",
2507
+ "properties": {
2508
+ "kind": {
2509
+ "type": "string",
2510
+ "const": "htmlLint"
2511
+ },
2512
+ "file": {
2513
+ "type": "string",
2514
+ "minLength": 1
2515
+ }
2516
+ },
2517
+ "required": [
2518
+ "kind",
2519
+ "file"
2520
+ ]
2521
+ },
2471
2522
  {
2472
2523
  "type": "object",
2473
2524
  "properties": {
@@ -3321,6 +3372,23 @@
3321
3372
  "kind"
3322
3373
  ]
3323
3374
  },
3375
+ {
3376
+ "type": "object",
3377
+ "properties": {
3378
+ "kind": {
3379
+ "type": "string",
3380
+ "const": "htmlLint"
3381
+ },
3382
+ "file": {
3383
+ "type": "string",
3384
+ "minLength": 1
3385
+ }
3386
+ },
3387
+ "required": [
3388
+ "kind",
3389
+ "file"
3390
+ ]
3391
+ },
3324
3392
  {
3325
3393
  "type": "object",
3326
3394
  "properties": {