Releases: ritual-net/infernet-container-starter
Releases · ritual-net/infernet-container-starter
v1.0.0
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
v0.1.0
Initial release of the Infernet Container Starter—minimal one-click example Infernet-compatible compute containers and consumer contracts.
Features
- A simplistic Infernet-compatible
hello-world
container that provides a minimal "echo" interface - A minimal consumer smart-contract that creates an on-chain subscription and logs responses
Additional documentation
Please reference the official Infernet Node quickstart docs.