From bf60381dcb2ef361dcb124c538c84edae19bd2b7 Mon Sep 17 00:00:00 2001 From: Zeeshan Lakhani Date: Wed, 1 May 2024 11:53:53 -0400 Subject: [PATCH] Update example-llm-workflows/README.md Co-authored-by: Brian Ginsburg <7957636+bgins@users.noreply.github.com> Signed-off-by: Zeeshan Lakhani --- example-llm-workflows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-llm-workflows/README.md b/example-llm-workflows/README.md index 9245bca2..a822140e 100644 --- a/example-llm-workflows/README.md +++ b/example-llm-workflows/README.md @@ -12,7 +12,7 @@ _Author_: [Zeeshan Lakhani][zeeshan-lakhani] ## Quickstart -You can run this project completely in your console (shell). It consists of running a forked [Homestar][homestar] node (read more about Homestar in [What is Homestar in a Nutshell?](#what-is-homestar-in-a-nutshell)) and a local version of the [EveryCLI][every-cli] utility, a tool for working with the [Everywhere Computer][everywhere-computer], which is an interface for running workflows composed of [Wasm][wasm] / [Wasi][wasi] functions on Homestar. +You can run this project completely in your console (shell). It consists of running a forked [Homestar][homestar] node (read more about Homestar in [What is Homestar in a Nutshell?](#what-is-homestar-in-a-nutshell)) and a local version of the [EveryCLI][every-cli] utility, a tool for working with the [Everywhere Computer][everywhere-computer], which is an interface for running workflows composed of [Wasm][wasm] / [WASI][wasi] functions on Homestar. Let's first unzip [our tar file][tar-link] containing binaries and what's needed to run our demos, including workflow JSON files and [LLaMA 3][llama-3] models (created from [llama.cpp][llama.cpp]).