mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-12-16 02:08:55 +08:00
add deepseek coder example (#172)
* feat: add example for deepseek coder * chore: remove hardcoded rope_scaling_factor * feat: add quantization support * chore: update readme * chore: clean up the rope scalling factor param in create cos sin theta * feat: add repetition_penalty * style /consistency changes to ease future integration * nits in README * one more typo --------- Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:
4
llms/deepseek-coder/requirements.txt
Normal file
4
llms/deepseek-coder/requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
torch
|
||||
mlx
|
||||
numpy
|
||||
transformers>=4.35
|
||||
Reference in New Issue
Block a user