Skip to content

Add download script using curl and update README for model download instructions#40

Open
martwozniak wants to merge 1 commit into
apple:mainfrom
martwozniak:hotfix/curl-on-mac
Open

Add download script using curl and update README for model download instructions#40
martwozniak wants to merge 1 commit into
apple:mainfrom
martwozniak:hotfix/curl-on-mac

Conversation

@martwozniak

Copy link
Copy Markdown

Summary

Adds a curl-based download script for users without wget, and updates the documentation to reflect this addition.

Changes

  • New Script: ml-fastvlm/app/get_pretrained_mlx_model_curl.sh was created to provide a curl alternative to the wget download script.
  • Documentation: ml-fastvlm/app/README.md was updated to include instructions for both the wget and the new curl script.

Reason

The original get_pretrained_mlx_model.sh script relies on wget, which is not installed by default on all operating systems (e.g., macOS). This change ensures that all users can download the necessary models without needing to install wget.

before this PR:
Zrzut ekranu 2025-06-16 o 01 17 50

after this PR:
Zrzut ekranu 2025-06-16 o 01 27 49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant