Skip to content

Commit

Permalink
Update example-llm-workflows/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ginsburg <[email protected]>
Signed-off-by: Zeeshan Lakhani <[email protected]>
  • Loading branch information
Zeeshan Lakhani and bgins committed May 1, 2024
1 parent cf6a059 commit 42575ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-llm-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ The outputs of these functions are indexed by their instruction, composed of the
For this project, I forked and extended the Homestar codebase (of which I'm a lead developer) to

* Provide feature-flagged (for cross-platform compilation) local-only LLaMA model bindings with tuned parameters.
* Integrate general-usage Wasm/Wasi Host LLM-chain prompt functions (with typed interfaces) for execution by Guest code written in any language that can be compiled to Wasm.
* Integrate general-usage Wasm/WASI Host LLM-chain prompt functions (with typed interfaces) for execution by Guest code written in any language that can be compiled to Wasm.
* Provide Guest example code (written in Rust) and workflows inspired by our class homework and the [crowdforge] MapReduce example (for the demo!).

[ai-chains]: https://arxiv.org/abs/2110.01691
Expand Down

0 comments on commit 42575ea

Please sign in to comment.