Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
base_model: Skywork/Skywork-OR1-32B-Preview
|
3 |
tags:
|
4 |
- mlx
|
|
|
5 |
---
|
6 |
|
7 |
# YuHaaa/Skywork-OR1-32B-Preview-mlx-6Bit
|
@@ -28,4 +29,4 @@ if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not
|
|
28 |
)
|
29 |
|
30 |
response = generate(model, tokenizer, prompt=prompt, verbose=True)
|
31 |
-
```
|
|
|
2 |
base_model: Skywork/Skywork-OR1-32B-Preview
|
3 |
tags:
|
4 |
- mlx
|
5 |
+
pipeline_tag: text-generation
|
6 |
---
|
7 |
|
8 |
# YuHaaa/Skywork-OR1-32B-Preview-mlx-6Bit
|
|
|
29 |
)
|
30 |
|
31 |
response = generate(model, tokenizer, prompt=prompt, verbose=True)
|
32 |
+
```
|