mlx-examples/llms/mlx_lm/models
Anchen 3535408c99
chore(mlx-lm): fix tie_word_embeddings for qwen2 (#566)
* chore: fix tie_word_embeddings for qwen2

* chore: default tie_word_embeddings to True
2024-03-12 21:34:32 -07:00
..
__init__.py Mlx llm package (#301) 2024-01-12 10:25:56 -08:00
base.py Mlx llm package (#301) 2024-01-12 10:25:56 -08:00
gemma.py [mlx-lm] Use sdpa in llama / mistral model (#515) 2024-03-07 17:41:23 -08:00
layers.py [mlx-lm] Add precompiled normalizations (#451) 2024-02-22 12:40:55 -08:00
llama.py chore(mlx-lm): fix tie_word_embeddings for qwen2 (#566) 2024-03-12 21:34:32 -07:00
mixtral.py Enable unit testing in Circle and start some MLX LM tests (#545) 2024-03-07 09:31:57 -08:00
olmo.py Enable unit testing in Circle and start some MLX LM tests (#545) 2024-03-07 09:31:57 -08:00
phi.py Enable unit testing in Circle and start some MLX LM tests (#545) 2024-03-07 09:31:57 -08:00
phixtral.py [mlx-lm] Add precompiled normalizations (#451) 2024-02-22 12:40:55 -08:00
plamo.py Enable unit testing in Circle and start some MLX LM tests (#545) 2024-03-07 09:31:57 -08:00
qwen2.py chore(mlx-lm): fix tie_word_embeddings for qwen2 (#566) 2024-03-12 21:34:32 -07:00
qwen.py Enable unit testing in Circle and start some MLX LM tests (#545) 2024-03-07 09:31:57 -08:00
stablelm.py [mlx-lm] Use sdpa in llama / mistral model (#515) 2024-03-07 17:41:23 -08:00
starcoder2.py chore(mlx-lm): fix tie_word_embeddings for qwen2 (#566) 2024-03-12 21:34:32 -07:00