sudo-0x2a commited on
Commit
59c59b7
·
verified ·
1 Parent(s): 7d14189

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -15,6 +15,8 @@ This model [mlx-community/deepseek-coder-v2-lite-instruct-4bit-awq](https://hugg
15
  converted to MLX format from [deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct](https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct)
16
  using mlx-lm version **0.25.2**.
17
 
 
 
18
  ## Use with mlx
19
 
20
  ```bash
 
15
  converted to MLX format from [deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct](https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct)
16
  using mlx-lm version **0.25.2**.
17
 
18
+ AWQ Parameters: --bits 4 --group-size 64 --embed-bits 4 --embed-group-size 32 --num-samples 64 --sequence-length 512 --n-grid 50 with a customized calibration dataset
19
+
20
  ## Use with mlx
21
 
22
  ```bash