Update README.md
Browse files
README.md
CHANGED
|
@@ -7,14 +7,16 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
models:
|
| 10 |
-
- onnx-community/Llama-3.2-1B-Instruct-
|
| 11 |
short_description: A powerful AI chatbot that runs locally in your browser
|
| 12 |
thumbnail: https://huggingface.co/spaces/webml-community/llama-3.2-webgpu/resolve/main/banner.png
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Llama-3.2 WebGPU
|
| 16 |
|
| 17 |
-
A simple React + Vite application for running [Llama-3.2-1B-Instruct](https://huggingface.co/onnx-community/Llama-3.2-1B-Instruct-
|
| 18 |
|
| 19 |
## Getting Started
|
| 20 |
|
|
|
|
| 7 |
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
models:
|
| 10 |
+
- onnx-community/Llama-3.2-1B-Instruct-ONNX
|
| 11 |
short_description: A powerful AI chatbot that runs locally in your browser
|
| 12 |
thumbnail: https://huggingface.co/spaces/webml-community/llama-3.2-webgpu/resolve/main/banner.png
|
| 13 |
+
app_build_command: npm run build
|
| 14 |
+
app_file: dist/index.html
|
| 15 |
---
|
| 16 |
|
| 17 |
# Llama-3.2 WebGPU
|
| 18 |
|
| 19 |
+
A simple React + Vite application for running [Llama-3.2-1B-Instruct](https://huggingface.co/onnx-community/Llama-3.2-1B-Instruct-ONNX), a powerful small language model, locally in the browser using Transformers.js and WebGPU-acceleration.
|
| 20 |
|
| 21 |
## Getting Started
|
| 22 |
|