From 0347fd8bb2b3c71b9bfa0365cc5b7c7e7ebace4c Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 31 Dec 2024 05:36:23 -0600 Subject: doc: and why it matters for gemma --- doc/code/pangemma.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/code') diff --git a/doc/code/pangemma.md b/doc/code/pangemma.md index 3c9e6d4..f0788c3 100644 --- a/doc/code/pangemma.md +++ b/doc/code/pangemma.md @@ -66,3 +66,7 @@ runs one path and ``` will run both. + +This simple example shows how simple complex running logic can be described without (1) predicting how people will use the software and (2) no complex if/then statements. + +Why does this matter for gemma? It will allow us to run old parts of gemma as part of the network in addition to new parts - and potentially validate them. It also allows us to create multiple implementations, such as for CPU and GPU, that can run in parallel and validate each other's outcomes. -- cgit v1.2.3