Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,10 @@ base_model: [deepseek-ai/DeepSeek-V2-Chat-0628]
|
|
8 |
|
9 |
|
10 |
>### 🚄 Just download this IQ4XM 131Gb version, it's the one I use myself in prod:
|
11 |
-
>🐧 On Linux
|
12 |
-
>
|
13 |
-
>🍎 On Mac: `brew install aria2`
|
14 |
-
> You can paste these in all at once or in multiple steps doesnt matter
|
15 |
>
|
|
|
|
|
16 |
|
17 |
```verilog
|
18 |
aria2c -x 9 -o deepseek_0628_cpu_optimized_iq4xm-00001-of-00004.gguf \
|
|
|
8 |
|
9 |
|
10 |
>### 🚄 Just download this IQ4XM 131Gb version, it's the one I use myself in prod:
|
11 |
+
>🐧 On Linux `sudo apt install -y aria2`
|
|
|
|
|
|
|
12 |
>
|
13 |
+
>🍎 On Mac `brew install aria2`
|
14 |
+
>These links will download 9x faster, feel free to paste them all in or one at a time
|
15 |
|
16 |
```verilog
|
17 |
aria2c -x 9 -o deepseek_0628_cpu_optimized_iq4xm-00001-of-00004.gguf \
|