vvzvlad 57c8b81c13 Add format_number function to checker.py for improved subscription ID formatting
This update introduces a new `format_number` function that formats subscription IDs into a more readable format (e.g., converting 1000 to '1k'). The `check_logs` function has been modified to utilize this new formatting for both head subscription ID and last subscription ID in the status messages, enhancing clarity in log analysis and improving the overall readability of subscription status reporting.
2025-01-19 11:56:00 +03:00
2024-09-26 02:36:31 +03:00
2024-09-21 20:05:07 +03:00
2024-06-06 13:18:48 -04:00
2024-06-06 13:18:48 -04:00
2024-06-06 13:18:48 -04:00
2025-01-16 07:31:53 +03:00
2024-06-06 13:18:48 -04:00
2024-06-17 03:36:18 +03:00
2024-06-06 13:18:48 -04:00
2024-06-06 13:18:48 -04:00
2024-09-21 23:51:36 +03:00
2024-06-06 13:18:48 -04:00

infernet-container-starter

Welcome to this repository! 🎉 This repo contains a series of examples that demonstrate the true power of infernet, and the wide range of applications that can be built using it:

Examples

  1. Hello World: Infernet's version of a hello-world program. Here, we deploy a container that simply echoes back the input to us.
  2. Running a Torch Model on Infernet: This example shows you how to deploy a pre-trained pytorch model to infernet. Using this example will make it easier for you to deploy your own models to infernet.
  3. Running an ONNX Model on Infernet: Same as the previous example, but this time we deploy an ONNX model to infernet.
  4. Prompt to NFT: In this example, we use stablediffusion to mint NFTs on-chain using a prompt.
  5. TGI Inference with Mistral-7b: This example shows you how to deploy an arbitrary LLM model using Huggingface's TGI, and use it with an infernet node.
  6. Running OpenAI's GPT-4 on Infernet: This example shows you how to deploy OpenAI's GPT-4 model to infernet.
Description
No description provided
Readme 4.5 MiB
Languages
Python 56.4%
TypeScript 24.2%
Makefile 12.4%
Dockerfile 5.2%
Shell 1.1%
Other 0.7%