lex-llm-mlx 0.3.5 → 0.3.6
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/legion/extensions/llm/mlx/provider.rb +1 -1
- data/lib/legion/extensions/llm/mlx/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03adef9308b78e3cd31521383c2185740133d5045e75b1eced2cdb8050b24929
|
|
4
|
+
data.tar.gz: 9e9f8034355c8fc644c9dcd9128926810bda8268eae324227c615caa2b513170
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98c699ebf04068703e69f2166c1777918d1feba60d8a84031dbc0a5b11069cda5423c32ab88a7b3a6e1a58cd312f352b5ec8e2142fc27ad3aad99d8f8cdaf942
|
|
7
|
+
data.tar.gz: ff3ecf1c79b39e75a66ab79b90a8e0fa703806a7e12870d7c48a5d1bf44086a3d480d8488403bdea321e41b97374723f93a1d128c72ba2c24d4d0fcc0dcccdff
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.6 - 2026-05-08
|
|
4
|
+
|
|
5
|
+
- Accept keyword arguments in `list_models` to match the base provider contract called by `discover_offerings`.
|
|
6
|
+
|
|
3
7
|
## 0.3.5 - 2026-05-06
|
|
4
8
|
|
|
5
9
|
- Load provider-owned fleet actors through the LegionIO subscription base and the canonical MLX provider root.
|