Skip to content

Pulls Hugging Face models into local repository in ONNX format.

License

Notifications You must be signed in to change notification settings

abzdel/Hugging_Face_Model_Downloader

Repository files navigation

Hugging Face Model Downloader

Uses Python, Rust, and Bash to pull models from Hugging Face into local repository in ONNX format.

How to Run the App

  1. Clone the repo
git clone https://github.com/nogibjj/Hugging_Face_Model_Downloader.git
  1. Setup - Install the required packages
make install
  1. Run the application (retrieves model in ONNX format)
./get_model <huggingface link here>