Xenova HF Staff commited on
Commit
390d76b
·
verified ·
1 Parent(s): 11bbaec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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-q4f16
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-q4f16), a powerful small language model, locally in the browser using Transformers.js and WebGPU-acceleration.
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