Go to file
vvzvlad 63e27f31ac Remove grpc-balancer.py and update deployment configuration
- Deleted grpc-balancer.py as part of the cleanup process, streamlining the application setup.
- Updated playbook.yml to include new commands for managing the grpcbalancer service and SSL certificate.
- Modified docker-compose.yaml to remove the mounting of the SSL certificate, reflecting the updated deployment strategy.
- Adjusted rebuild.sh to change the working directory to ~/node for consistency in project structure.
2025-01-20 23:55:26 +03:00
.github/workflows feat: publishing infernet-container-starter v0.2.0 2024-03-29 10:50:13 -04:00
deploy Remove grpc-balancer.py and update deployment configuration 2025-01-20 23:55:26 +03:00
projects Refactor config.json to enhance snapshot synchronization settings. Moved snapshot_sync parameters to a new location, ensuring clarity and organization. This change maintains the same values for sleep, batch_size, starting_sub_id, and sync_period, improving overall configuration structure. 2025-01-20 13:24:04 +03:00
.gitignore infernet-1.0.0 update 2024-06-06 13:18:48 -04:00
.gitmodules infernet-1.0.0 update 2024-06-06 13:18:48 -04:00
.pre-commit-config.yaml feat: publishing infernet-container-starter v0.2.0 2024-03-29 10:50:13 -04:00
0x8d871ef2826ac9001fb2e33fdd6379b6aabf449c_abi.json add files 2024-09-15 00:42:15 +03:00
CHANGELOG.md infernet-1.0.0 update 2024-06-06 13:18:48 -04:00
checker.py Refactor check_logs function in checker.py to improve log output. Moved the subscription ID logging to ensure it is always checked and logged before returning the status, enhancing clarity in the synchronization status reporting. 2025-01-20 13:47:29 +03:00
grist.json update v9 2025-01-16 07:31:53 +03:00
internal.mk infernet-1.0.0 update 2024-06-06 13:18:48 -04:00
Makefile Update 'Makefile' 2024-06-17 03:36:18 +03:00
playbook.yml Remove grpc-balancer.py and update deployment configuration 2025-01-20 23:55:26 +03:00
PUBLISHING.md infernet-1.0.0 update 2024-06-06 13:18:48 -04:00
pyproject.toml infernet-1.0.0 update 2024-06-06 13:18:48 -04:00
README.md feat: publishing infernet-container-starter v0.2.0 2024-03-29 10:50:13 -04:00
rebuild.sh Remove grpc-balancer.py and update deployment configuration 2025-01-20 23:55:26 +03:00
requirements.txt infernet-1.0.0 update 2024-06-06 13:18:48 -04:00
toChecksumAddress.py Add 'toChecksumAddress.py' 2024-06-08 23:55:36 +03:00
update_contracts.sh Refactor update_contracts.sh to remove unnecessary directory change and streamline contract address handling 2025-01-16 09:16:28 +03:00
update.sh Refactor update.sh to simplify usage by removing wallet address, private key, and RPC URL parameters; streamline script for improved clarity and maintainability. 2025-01-16 08:32:17 +03: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.