v0.2.0
Second release of the Infernet Container Starter—minimal one-click end-to-end examples to get started with Infernet.
New Examples
- Running a Torch Model on Infernet: Deploying a pre-trained pytorch model to Infernet
- Running an ONNX Model on Infernet: Deploying a pre-trained onnx model to Infernet
- Prompt to NFT: Using Stable Diffusion to mint NFTs on-chain using a prompt
- TGI Inference with Mistral-7b: Deploying
Mistral-7b
using Huggingface's TGI, and integrating it with an Infernet Node - Running OpenAI's GPT-4 on Infernet: Using OpenAI's GPT-4 model in Infernet
Fixes
- The
.gitmodules
file was added to avoid manual installation of foundry's libraries