Views
No views yet
mlx-community/Llama-3.2-1B-Instruct-bf16 to turn a natural-language question + a CREATE TABLE schema into a
schema-faithful SQLite SELECT (reasoning models emit Reasoning: … / SQL: …).1# download the adapter, then:
2from mlx_lm import load
3model, tok = load("mlx-community/Llama-3.2-1B-Instruct-bf16", adapter_path="<downloaded-adapter-dir>")