Skip to content

Commit

Permalink
Add link to llama3-torch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Nov 14, 2024
1 parent 293b2d1 commit 8e44386
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ by setting the `npm_config_debug` environment variable when installing:
$ env npm_config_debug=true npm install @executorch/runtime-xnnpack
```

## Example
## Quick start

Download the mobilenet model:

Expand All @@ -80,6 +80,11 @@ const output = await mod.forward(new Tensor(input));
console.log(output.tolist());
```

## Examples

* [llama3-torch.js](https://github.com/frost-beta/llama3-torch.js) - A simple
chat CLI for LLama 3.

## APIs

```typescript
Expand Down

0 comments on commit 8e44386

Please sign in to comment.