This commit is contained in:
2024-08-16 14:04:37 +02:00
parent 564345e26b
commit d93f748bfb
22 changed files with 179 additions and 504 deletions

View File

@@ -2,17 +2,14 @@
!!wiki.include page:'slice_intro.md'
An AI box is a unit of AI capacity (GPU or future TPU driven).
- An AI box is a unit of AI capacity (GPU or in the future TPU).
- The mininal GPU supported for now is a Nvidia 4090 or comparable
An AI box can be launched in our Zero-OS and can enable any possible AI workload.
- An AI box can be launched in our Zero-OS and can enable any possible AI workload.
## AI Hour (AH)
AI hour (AH) is like a kwatth unit for electricty: it represents a AI Slice being used for 1h and billed as such.
INCA Hosts (our cloud providers) can price the AI Hour themselves in a chosen currency.
- AI hour (AH) is like a kwatth unit for electricty: it represents a AI Slice being used for 1h and billed as such.
- ThreeFold Farmers can price the AI Hour in a chosen currency.
## AI Slice Properties
@@ -20,7 +17,7 @@ The service provider (hoster) defines the following properties per AI Slice:
- Type of GPU
- Price per hour
- Discounts if used for longer periods & if renter has large amount of TFT in wallet
- Maximum Discount (based on participation in Liquidity Pool and/or longer renting periods)
- Max bandwidth
- Min bandwidth (min 1 mbit/sec)
- Cost per GB bandwidth if any
@@ -29,5 +26,4 @@ The service provider (hoster) defines the following properties per AI Slice:
- If linked to Hosting Pool (company giving support on the machines)
- Location & type of location
Each AI Slice has unique ID and can be looked at through a portal (or found).

View File

@@ -4,12 +4,9 @@
## Cloud Slice
A Cloud Slice is a unit of compute, fast storage and memory.
There are unlimited different configurations of Cloud Slice.
A configuration of a machine defines the Cloud Slice which can be made.
A Cloud Slice can be aggregated to make a bigger Cloud Slice.
- A Cloud Slice is a unit of compute, fast storage and memory.
- A configuration of a machine defines the Cloud Slice which can be made.
- A Cloud Slice can be aggregated to make a bigger Cloud Slice.
The default Cloud Slice has
@@ -26,12 +23,12 @@ Terms
**Example a node with 64 GB or mem and 2 TB of SSD and 24 virtual cores.**
- 15 StorageSlices each:
- 15 Cloud Slices each:
- 4 GB of memory (60 GB total)
- 120 GB of SSD capacity
- 6.4 logical CPU core (oversubscription of 4, which means user can max use 4x CPU capacity if system allows)
- when a user choses the full machine, then he/she will have reserved all StorageSlices capacity which means the machine is now dedicated reserved for the user, the hoster specifies the discount for this typically 50%. On a dedicated machine the user has full access to the GPU.
- Min 2GB always needs to be left as buffer for memory and 10% of SSD capacity
- when a user choses the full machine, then he/she will have reserved all Compute Slices capacity which means the machine is now dedicated reserved for the user, the hoster specifies the discount for this typically 50%.
- Min 2GB always needs to be left as buffer for memory and 10% of SSD capacity on the host machine
How does it work:
@@ -39,19 +36,18 @@ How does it work:
## Cloud Hour (CH)
A cloudhour is like a kwatth unit for electricty: it represents a Cloud Slice being used for 1h and billed as such.
INCA Hosts (our cloud providers) can price the CloudHour themselves in a chosen currency.
- A Cloud Hour is like a kwatth unit for electricty: it represents a Cloud Slice being used for 1h and billed as such.
- ThreeFold Farmers (Providers) can define the proce of the Cloud Hour in a chosen currency.
## Cloud Slice Properties
The service provider (hoster) defines the following properties per cloud box
The ThreeFold Farmer defines the following properties per Cloud Slice
- Cost of 1 CloudHour (use the box for 1h)
- Discounts if used for longer periods & if renter has large amount of TFT in wallet
- Cost of 1 Cloud Hour (use the slice for 1h)
- Maximum Discount (based on participation in Liquidity Pool and/or longer renting periods)
- Min available storage in GB (min 50)
- Max available storage in GB
- Min passmark, max passmark
- Min passmark, Max passmark
- Max bandwidth
- Min bandwidth (min 1 mbit/sec)
- Cost per GB bandwidth
@@ -59,10 +55,9 @@ The service provider (hoster) defines the following properties per cloud box
- Max additional storage
- Max aggregation size (how many of the Cloud Slice can be combined)
- Link to support site if any (find info about hoster and service capabilities)
- If linked to Hosting Pool (company giving support on the machines)
- Pub ip address possible or not (is option)
- If linked to Farming Pool (company giving support on the machines)
- Pub IP address possible or not (is option)
- Link to monitoring page (if any)
- Location & type of location
Each Cloud Slice has unique ID and can be looked at through a portal (or found).

View File

@@ -1,7 +1,7 @@
A Cloud, Storage or AI Slice is a part of a server/computer (3Node) which delivers a service which has well defined properties in relation to capacity, pricing, serviceabity, capabilities.
These Cloud, Storage or AI Slices can be bought by the ThreeFold Community through the TF Marketplace.
These Cloud, Storage or AI Slices can be bought by the ThreeFold Community through the Marketplace.

View File

@@ -4,7 +4,7 @@
## Storage Slice
A Storage Slice is a unit of ZDB storage as can be used as backend for Zero-Stor (our quantum safe storage system).
A Storage Slice is a unit of ZDB storage (our key value stor) as can be used as backend for Zero-Stor (our quantum safe storage system).
The default Cloud Slice has:
@@ -12,16 +12,15 @@ The default Cloud Slice has:
## Storage Hour (SH)
A storagehour is like a kwatth unit for electricty, it represents a Storage Slice being used for 1h and billed as such.
INCA Hosts (our cloud providers) can price the StorageHour themselves in a chosen currency.
- A Storage Hour is like a kwatth unit for electricty, it represents a Storage Slice being used for 1h and billed as such.
- ThreeFold Farmers can price the StorageHour themselves in a chosen currency.
## Storage Slice Properties
The service provider (hoster) defines the following properties per Storage Slice:
- Min size in GB (100GB+), max size
- Discounts if used for longer periods & if renter has large amount of TFT in wallet
- Maximum Discount (based on participation in Liquidity Pool and/or longer renting periods)
- Max bandwidth
- Min bandwidth (min 1 mbit/sec)
- Cost per GB bandwidth
@@ -30,5 +29,4 @@ The service provider (hoster) defines the following properties per Storage Slice
- If linked to Hosting Pool (company giving support on the machines)
- Location & type of location
Each Storage Slice has unique ID and can be looked at through a portal (or found).