Xenova HF Staff commited on
Commit
affe6f8
·
verified ·
1 Parent(s): 408d326

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -5
README.md CHANGED
@@ -1,10 +1,54 @@
1
  ---
2
- title: Zyphra ZR1 WebGPU
3
- emoji: 🌍
4
- colorFrom: indigo
5
- colorTo: gray
6
  sdk: static
7
  pinned: false
 
 
 
 
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Zyphra-ZR1 WebGPU
3
+ emoji: 🧠
4
+ colorFrom: blue
5
+ colorTo: red
6
  sdk: static
7
  pinned: false
8
+ license: apache-2.0
9
+ short_description: Small reasoning model that runs locally in-browser
10
+ thumbnail: >-
11
+ https://huggingface.co/spaces/webml-community/zyphra-zr1-webgpu/resolve/main/banner.png
12
+ models:
13
+ - onnx-community/ZR1-1.5B-ONNX
14
  ---
15
 
16
+ # Zyphra-ZR1 WebGPU
17
+
18
+ ## Getting Started
19
+
20
+ Follow the steps below to set up and run the application.
21
+
22
+ ### 1. Clone the Repository
23
+
24
+ Clone the examples repository from GitHub:
25
+
26
+ ```sh
27
+ git clone https://github.com/huggingface/transformers.js-examples.git
28
+ ```
29
+
30
+ ### 2. Navigate to the Project Directory
31
+
32
+ Change your working directory to the `zyphra-zr1-webgpu` folder:
33
+
34
+ ```sh
35
+ cd transformers.js-examples/zyphra-zr1-webgpu
36
+ ```
37
+
38
+ ### 3. Install Dependencies
39
+
40
+ Install the necessary dependencies using npm:
41
+
42
+ ```sh
43
+ npm i
44
+ ```
45
+
46
+ ### 4. Run the Development Server
47
+
48
+ Start the development server:
49
+
50
+ ```sh
51
+ npm run dev
52
+ ```
53
+
54
+ The application should now be running locally. Open your browser and go to `http://localhost:5173` to see it in action.