Update the library name, so this repository is correctly detected as an MLX model
Browse filesThis allows apps that support the MLX format to list this repository for download.
LM Studio, for example, is currently not listing this repository, as you can see [here](https://huggingface.co/models?apps=lmstudio), so users are not able to download it from its built-in model manager.
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
library_name:
|
3 |
license: apache-2.0
|
4 |
license_link: https://huggingface.co/Qwen/Qwen3-14B/blob/main/LICENSE
|
5 |
pipeline_tag: text-generation
|
|
|
1 |
---
|
2 |
+
library_name: mlx
|
3 |
license: apache-2.0
|
4 |
license_link: https://huggingface.co/Qwen/Qwen3-14B/blob/main/LICENSE
|
5 |
pipeline_tag: text-generation
|