Skip to content

abzdel/Hugging_Face_Model_Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>

About

Pulls Hugging Face models into local repository in ONNX format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published