Skip to content

Commit

Permalink
build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Oct 22, 2024
1 parent bdd0137 commit 3955f38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions c_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ It reads a Guidance grammar from a JSON file as well as the text that we
pretend the LLM has generated and then makes sure the text conforms to the
grammar.

## Building

- [install rust](https://www.rust-lang.org/tools/install); 1.75 or later
- clone the repository
- `cd c_sample`
- `make`

## Making it real

For a real integration:

- replace `bogus_tokenize()` with a real tokenizer for your LLM
Expand Down

0 comments on commit 3955f38

Please sign in to comment.