Created
March 19, 2024 17:28
-
-
Save pcuenca/2254069fb143c195f2781485f992dfaa to your computer and use it in GitHub Desktop.
Retrieve Hugging Face models in the mlx-community organization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s -X GET "https://huggingface.co/api/models?author=mlx-community" | jq ".[].id" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment