[ENG] Runyour AI
HOMEDISCORD
  • Direct Link to runyourAI
  • 🎉Welcome to Runyour AI
  • 🌠What's New
    • v1.7.2 (2024.10.21)
    • v1.7.0 (2024.10.07)
    • v1.6.2 (2024.09.24)
    • v1.6 (2024.08.20)
    • v1.5 (2024.07.11)
    • v1.4 (2024.06.17)
    • v1.3 (2024.05.29)
    • v1.2 (2024.04.17)
    • v1.1 (2024.04.01)
    • v1.0 (2024.03.04)
  • ❓FAQ
  • ☎️Contact
  • [Start runyour AI]
    • Create an Account
    • Manage an Account
  • [GPU Cloud]
    • Machine List
    • Machine Rental
      • Hourly Plan
        • Recharge Points
        • Hourly Plan Machine Rent
        • Hourly Plan Machine Stop and Return
      • Monthly Subscription Plan Machine
        • Card Register
        • Monthly Subscription Plan Rent
        • Monthly Subscription Plan Stop and Return
  • [Dev Cloud]
    • How to Use
      • Machine Rental
      • Machine Usage
      • Machine Return
  • [Reserved Cloud]
    • How to Use
      • Request a Quote
      • Machine Usage
  • [Utilize Storage]
    • Storage List
    • Hourly Storage
      • Create an Hourly Storage
      • Link an Hourly Storage
    • Long term Storage
      • Create a long-term Storage
      • Link a long-term Storage
  • [Tutorial]
    • Remote Access via SSH (common)
    • Using Stable-diffusion
    • Using Jupyter AI Labs
    • File Transfer Between Machines-Users
    • Handling Errors When Connecting to Machines
    • Fixing PEM Key File Permission Issues
  • [Register Machines]
    • Machine Registration Requirements
    • Register a Machine
    • Manage a Machine
    • Profit Withdrawal
  • [Terms and Conditions]
    • Terms and Conditions
      • Terms_Consumers
      • Terms_Suppliers
      • Privacy Policy
Powered by GitBook
On this page
  • Machine Conditions
  • Checking Conditions
  1. [Register Machines]

Machine Registration Requirements

Before registering, please verify the conditions for eligible GPU machines.

Last updated 10 months ago

Machine Conditions

  • Only physical servers with OS initialization and an installed SSH server can be registered.

  • A physical server refers to a server equipped with CPU/MEM/GPU.

  • The machine can be registered if it meets the following conditions.

  • GPU Driver must be pre-installed.

  • Please Check detailed conditions through the categories below.

category
condition

Operating System(OS)

Ubuntu 20.04 LTS / Ubuntu 22.04 LTS

CPU

At least 8 cores or more are required

GPU

At least NVIDIA GPU 30XX or higher is required

RAM

More than 32GB

Network

At least 100 Mb/s Down / 50 Mb/s Up

- Public IP Support

Disk Capacity

1) OS Partition (no space provided to users)

-SSD or NVME

-At least 1 TB, recommended 2TB

2) Data Partition (space provided to users)

-Minimum 500MB, recommended 1TB

-Configured with LVM format

  • The actual space provided to users is 70% of the total machine capacity provided. (Example) if a machine with a total capacity of 2TB (1TB OS + 1TB Data) is provided, users can use 700GB of temporary space.

  • Additionally, if the machine has multiple GPUs and is partitioned, divide the capacity by the number of GPU partitions based on 70% of the total capacity.

  • Disk speed test : hdparm -tv {device}

GPU Driver

Pre-installation is mandatory.

Checking Conditions

The method to check machine conditions is as follows.

  • Public IP : $ curl

  • Network speed : $ ethtool [Network interface name]

  • GPU model : $ nvidia-smi

  • CPU model : - model name

    $ cat/proc/cpuinfo | grep "model name"

    - number of cores

    $ cat/proc/cpuinfo | grep "process" | wc -l

  • RAM capacity : $ free -h

  • OS information : $ cat /etc/os-release

  • Disk capacity : $ df -h

Example of the results)

ifconfig.me
200.XXX.XXX.XXX
Example of the results) Network speed
Example of the results) GPU model
Example of the results) CPU model
Example of the results) RAM capacity
Example of the results) OS information
Example of the results) Disk capacity