Skip to content

Instantly share code, notes, and snippets.

@pcuenca
Created March 19, 2024 17:28
Show Gist options
  • Save pcuenca/2254069fb143c195f2781485f992dfaa to your computer and use it in GitHub Desktop.
Save pcuenca/2254069fb143c195f2781485f992dfaa to your computer and use it in GitHub Desktop.
Retrieve Hugging Face models in the mlx-community organization
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