DreamFoundries commited on
Commit
ab5e72a
·
verified ·
1 Parent(s): fed7dc1

Mueve Download MLXHub al final del documento

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -8,8 +8,6 @@ tags:
8
  ---
9
 
10
  [![Open in MLXHub](https://mlxhub.app/assets/badge-open-in-mlxhub.svg)](https://mlxhub.app/open-model?repo=DreamFoundries/Qwen3.8-27B-8bit)
11
- [![Download MLXHub](https://mlxhub.app/assets/badge-download-mlxhub.svg)](https://apps.apple.com/app/apple-store/id6766485144?pt=121945436&ct=HuggingFace&mt=8)
12
-
13
 
14
  # Qwen3.8-27B 8-bit MLX
15
 
@@ -25,3 +23,7 @@ from mlx_lm import load, generate
25
  model, tokenizer = load("DreamFoundries/Qwen3.8-27B-8bit")
26
  response = generate(model, tokenizer, prompt="hello", verbose=True)
27
  ```
 
 
 
 
 
8
  ---
9
 
10
  [![Open in MLXHub](https://mlxhub.app/assets/badge-open-in-mlxhub.svg)](https://mlxhub.app/open-model?repo=DreamFoundries/Qwen3.8-27B-8bit)
 
 
11
 
12
  # Qwen3.8-27B 8-bit MLX
13
 
 
23
  model, tokenizer = load("DreamFoundries/Qwen3.8-27B-8bit")
24
  response = generate(model, tokenizer, prompt="hello", verbose=True)
25
  ```
26
+
27
+ ---
28
+
29
+ [![Download MLXHub](https://mlxhub.app/assets/badge-download-mlxhub.svg)](https://apps.apple.com/app/apple-store/id6766485144?pt=121945436&ct=HuggingFace&mt=8)