Instructions to use mlx-community/deepseek-coder-33b-instruct-hf-4bit-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/deepseek-coder-33b-instruct-hf-4bit-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir deepseek-coder-33b-instruct-hf-4bit-mlx mlx-community/deepseek-coder-33b-instruct-hf-4bit-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -79,7 +79,7 @@
|
|
| 79 |
"decoder_start_token_id": null,
|
| 80 |
"task_specific_params": null,
|
| 81 |
"problem_type": null,
|
| 82 |
-
"_name_or_path": "
|
| 83 |
"transformers_version": "4.36.2",
|
| 84 |
"model_type": "llama",
|
| 85 |
"quantization": {
|
|
|
|
| 79 |
"decoder_start_token_id": null,
|
| 80 |
"task_specific_params": null,
|
| 81 |
"problem_type": null,
|
| 82 |
+
"_name_or_path": "deepseek-ai/deepseek-coder-33b-instruct",
|
| 83 |
"transformers_version": "4.36.2",
|
| 84 |
"model_type": "llama",
|
| 85 |
"quantization": {
|