Logo
00.00Account balance

Users Section

VM Instances

Billing

Cloud backup

Available templates

Supplier Section

Host your machine

Hosting Guideline

Earning

Users Section

VM Instances

Billing

Cloud backup

Available templates

Supplier Section

Host your machine

Hosting Guideline

Earning

Hosting guidelines

Follow with this guideline step - by - step, to add your machines to our platform

Minimum requirement

1. Compulsory requirement

  • GPU Model: Must be a modern GPU from NVIDIA such as NVIDIA GTX 1080, RTX 20xx series.
  • Memory: Minimum of 8 GB of RAM
  • Operating System: Compatible with Linux operating systems (Ubuntu 20.04 or later)
  • IOMMU, or AMD-Vi (for AMD systems) / VT-d (for Intel systems) in Bios must be enable

2. Optional requirement

  • Drivers: Latest stable drivers from the GPU manufacturer.
  • Compatibility: Must be compatible with the latest versions of popular deep learning frameworks like TensorFlow, PyTorch, etc
  • Bandwidth: Minimum of 1 Gbps network bandwidth.
  • Latency: Low latency network connection to ensure efficient data transfer.

Installation step

1. Install Package

Step 1

Open terminal on your machine as a sudo user

Step 2

Update necessary packages

sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install build-essential
sudo apt-get install -y dnsmasq qemu-kvm qemu-utils libvirt-daemon-system libvirt-clients libvirt-dev bridge-utils virt-manager ovmf fio curl

Step 3

Install vagrant

https://developer.hashicorp.com/vagrant/install

2. Primary configuration

Step 4

Download engine for x86 (64bit)

curl -o aitech_engine_1.0.0 -sOL https://d33iaywxcxspp1.cloudfront.net/engine/aitech_engine_1.0.0

Step 5

Set permission for engine

chmod +x aitech_engine_1.0.0

Step 6

Install engine

./aitech_engine_1.0.0 --install

If additional packages need to be installed, please refer to the instructions provided. Afterwards, proceed to rerun the installation script for the engine.

3. Uninstall engine

./aitech_engine_1.0.0 --uninstall

If your system meets the minimum requirements, the installation process will be finalized and a message will appear: "Installation completed successfully. Please reboot the system to apply the changes." If your system meets the minimum requirements but is still unable to install, please contact us via email at support_gpu@aitech.io.