With Inferless, you can automatically build your model from various sources like Github, Hugging Face, Docker, AWS S3 where you don’t worry about pushing newer version of your model. Inferless will automatically build the model for you. There are 2 wasy to set up automatic builds on Inferless:Documentation Index
Fetch the complete documentation index at: https://docs.inferless.com/llms.txt
Use this file to discover all available pages before exploring further.
- Automatic Build from Git Based Deployments
Example of Automatic Build from Hugging Face
Step 1: Find the webhook URL for the model
Steps to enable Webhook in Hugging Face /Docker/S3
Below are the steps that are to be followed to enable a Webhook:- Log into your Hugging Face account which contains the model that you wish to load.
-
Go to
Settings->Webhooks. -
Click
"add a new Webhook". -
Choose the
target repository, which is your model. -
Add the
API URL, which can be copied from your model Page- In case you are doing this during onboarding, the API URL would be displayed during the model import
- View the screenshot below:


- In case you are doing this post-model import, you can view this under
Model page -> Versions

-
Enable the
Repo Updateoption undertriggers. Click “Create Webhook” to complete the process. - View the screenshot below for a sample completed “New Webhook” Page.
