Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 432 Bytes

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>