Gallardo994 commited on
Commit
e38e8fc
·
verified ·
1 Parent(s): 01ee60e

Remove trailing tabs after license to avoid mlx-lm.convert errors

Browse files

With these tabs existing, mlx_lm.convert throws an error during conversion due to an error with YAML parser. By removing these tabs, mlx_lm.convert does not throw an error anymore, allowing users to make MLX quants without any additional hassle.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: transformers
3
- license: apache-2.0
4
  license_link: https://huggingface.co/Qwen/Qwen3-30B-A3B-Instruct-2507/blob/main/LICENSE
5
  pipeline_tag: text-generation
6
  ---
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
  license_link: https://huggingface.co/Qwen/Qwen3-30B-A3B-Instruct-2507/blob/main/LICENSE
5
  pipeline_tag: text-generation
6
  ---