refactor: merge deepseek coder example into hf_llm example (#234)

* refactor: merge deepseek coder example into hf_llm example

* remove deepseek example

* chore: fix format in readme

* chore: remove default rope_scaling dict and use get to access type and factor to avoid key error

* Update llms/hf_llm/models.py

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>

* chore: fix lint

---------

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>
This commit is contained in:
Anchen
2024-01-06 07:53:46 -08:00
committed by GitHub
parent cf0ad26a89
commit 758f05c09a
7 changed files with 22 additions and 527 deletions

View File

@@ -1,3 +1,4 @@
mlx>=0.0.7
numpy
transformers
protobuf