From 0da1c06b15cb57ecd4b3051e671a6d40edbe450e Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 7 Nov 2018 20:11:03 -0700 Subject: [PATCH] Add disk to the hardware used by both Tpu and Tvu --- src/fullnode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fullnode.md b/src/fullnode.md index 050936e7a..7a66dcc31 100644 --- a/src/fullnode.md +++ b/src/fullnode.md @@ -24,6 +24,6 @@ consistently complete a load at the rate of the slowest stage in the pipeline. The fullnode contains two pipelined processes, one used in leader mode called the Tpu and one used in validator mode called the Tvu. In both cases, the hardware being pipelined is the same, the network input, the GPU cards, the CPU -cores, and the network output. What it does with that hardware is different. -The Tpu exists to create ledger entries whereas the Tvu exists to validate -them. +cores, writes to disk, and the network output. What it does with that hardware +is different. The Tpu exists to create ledger entries whereas the Tvu exists +to validate them.