Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: deepseek-license
|
4 |
+
license_link: LICENSE
|
5 |
+
quantized_by: pipilok
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
---
|
8 |
+
|
9 |
+
Original model: https://huggingface.co/deepseek-ai/DeepSeek-V2-Lite-Chat
|
10 |
+
|
11 |
+
Tested on Snapdragon X Elite with LM Studio 0.3.2 ARM64 Technology Preview https://lmstudio.ai/snapdragon
|
12 |
+
|
13 |
+
Avg answer Speed: 30 tok/s
|
14 |
+
|
15 |
+
## LM Studio Settings:
|
16 |
+
```
|
17 |
+
Before System: <|im_start|>system\n
|
18 |
+
After System: <|im_end|>\n
|
19 |
+
Before User: <|im_start|>user\n
|
20 |
+
After User: <|im_end|>\n
|
21 |
+
Before Assistant: <|im_start|>assistant\n
|
22 |
+
After Assistant: <|im_end|>\n
|
23 |
+
```
|
24 |
+
|