Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,11 @@ tags:
|
|
31 |
|
32 |
## 🚀 使用方法 (How to Use)
|
33 |
|
34 |
-
|
|
|
|
|
|
|
|
|
35 |
|
36 |
```python
|
37 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
31 |
|
32 |
## 🚀 使用方法 (How to Use)
|
33 |
|
34 |
+
### 感谢mradermacher制作的gguf版本
|
35 |
+
|
36 |
+
https://huggingface.co/mradermacher/Qwen3-4B-Thinking-2507-Sales-Strategist-v1-GGUF
|
37 |
+
|
38 |
+
https://huggingface.co/mradermacher/Qwen3-4B-Thinking-2507-Sales-Strategist-v1-i1-GGUF
|
39 |
|
40 |
```python
|
41 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|