diff options
Diffstat (limited to 'doc/code/pangemma.md')
-rw-r--r-- | doc/code/pangemma.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |