User Repo: If the repository belongs to the user you can directly Install the Inferless app in your GitHub account and give access to the selected repo from the installation process Org Repo :
For org repository access you have to make sure that the org Owner installs the Inferless and gives Inferlesss access to the repos you want to import, after using your own GitHub you will be able to set it up.
"Add a custom model"
button that you see on the top right. An import wizard will open up.Click on Add Model
Since we are using a model from Github, select Github
as the method of upload from the Provider
list.
To proceed with the upload, you will need to connect your Github account
. This is a mandatory step as this helps us download the file from your Github if the repo you are pulling is from an open account.
After you have selected Repo
Select your Github Repository
and the branch
.
Model Name: The desired name of the model that you wish to give
GitHub Repo: Make sure you have the app.py and input_schema.py defined
Enter the details as noted
Automatic rebuild
for your model, enable it
Set runtime and configuration
Once you click “Continue,” you will be able to review the details added for the model.
If you would like to make any changes, you can go back and make the changes.
Once you have reviewed everything, click Deploy
to start the model import process.
Review all the details carefully before proceeding
Once you click submit, the model import process would start.
It may take some time to complete the import process, and during this time, you will be redirected to your workspace and can see the status of the import under "In Progress/Failed"
tab.
View the model under `In-Progress/ Failed`
If you encounter any errors during the model import process or if you want to view the build logs for any reason, you can click on the three dots menu and select “View build logs”. This will show you a detailed log of the import process, which can help you troubleshoot any issues you may encounter.
Post-upload, the model will be available under “My Models”
You can then select the model and go to -> API -> Inference Endpoint details.
Here you would find the API endpoints that can be called. You can click on the copy button on the right and can call your model.
Under the API Tab, you can view the API endpoint details.
Sample for now
If your model is stored in Github repo. Make sure you follow this folder structure.
Login to Inferless.com and click on three dot menu near the profile picture
Click on Manage integrations and connect with your Github account were the model is stored.
Once you’re done with integration. Run this command to initialise the model
Now that your model is initialised.
User Repo: If the repository belongs to the user you can directly Install the Inferless app in your GitHub account and give access to the selected repo from the installation process Org Repo :
For org repository access you have to make sure that the org Owner installs the Inferless and gives Inferlesss access to the repos you want to import, after using your own GitHub you will be able to set it up.
"Add a custom model"
button that you see on the top right. An import wizard will open up.Click on Add Model
Since we are using a model from Github, select Github
as the method of upload from the Provider
list.
To proceed with the upload, you will need to connect your Github account
. This is a mandatory step as this helps us download the file from your Github if the repo you are pulling is from an open account.
After you have selected Repo
Select your Github Repository
and the branch
.
Model Name: The desired name of the model that you wish to give
GitHub Repo: Make sure you have the app.py and input_schema.py defined
Enter the details as noted
Automatic rebuild
for your model, enable it
Set runtime and configuration
Once you click “Continue,” you will be able to review the details added for the model.
If you would like to make any changes, you can go back and make the changes.
Once you have reviewed everything, click Deploy
to start the model import process.
Review all the details carefully before proceeding
Once you click submit, the model import process would start.
It may take some time to complete the import process, and during this time, you will be redirected to your workspace and can see the status of the import under "In Progress/Failed"
tab.
View the model under `In-Progress/ Failed`
If you encounter any errors during the model import process or if you want to view the build logs for any reason, you can click on the three dots menu and select “View build logs”. This will show you a detailed log of the import process, which can help you troubleshoot any issues you may encounter.
Post-upload, the model will be available under “My Models”
You can then select the model and go to -> API -> Inference Endpoint details.
Here you would find the API endpoints that can be called. You can click on the copy button on the right and can call your model.
Under the API Tab, you can view the API endpoint details.
Sample for now
If your model is stored in Github repo. Make sure you follow this folder structure.
Login to Inferless.com and click on three dot menu near the profile picture
Click on Manage integrations and connect with your Github account were the model is stored.
Once you’re done with integration. Run this command to initialise the model
Now that your model is initialised.