update SmolLM-1.7B-Instruct

#1
Files changed (1) hide show
  1. SmolLM-1.7B-Instruct/README.md +18 -18
SmolLM-1.7B-Instruct/README.md CHANGED
@@ -1,18 +1,18 @@
1
- # SmolLM-1.7B-Instruct
2
-
3
- ## GenAI WebGPU Model
4
-
5
- Generated using `onnxruntime_genai.models.builder`
6
-
7
- - **onnxruntime-genai commit**: `41c4ce18fec1240c2f848725e31fbe8854010188`
8
- - **transformers version**: `4.57.0`
9
- - **Precision**: int4
10
- - **Execution Provider**: webgpu
11
-
12
- ```
13
- python -m onnxruntime_genai.models.builder -p int4 -e webgpu -m HuggingFaceTB/SmolLM-1.7B-Instruct -o E:\ai-models\SmolLM-1.7B-Instruct\onnx-webgpu\ --extra_options int4_algo_config=rtn_last int4_is_symmetric=true prune_lm_head=true enable_webgpu_graph=true
14
- ```
15
-
16
- ## GGUF Model
17
-
18
- Downloaded from: [bartowski/SmolLM2-1.7B-Instruct-GGUF](https://huggingface.co/bartowski/SmolLM2-1.7B-Instruct-GGUF)
 
1
+ # SmolLM-1.7B-Instruct
2
+
3
+ ## GenAI WebGPU Model
4
+
5
+ Generated using `onnxruntime_genai.models.builder`
6
+
7
+ - **onnxruntime-genai commit**: `41c4ce18fec1240c2f848725e31fbe8854010188`
8
+ - **transformers version**: `4.57.0`
9
+ - **Precision**: int4
10
+ - **Execution Provider**: webgpu
11
+
12
+ ```
13
+ python -m onnxruntime_genai.models.builder -p int4 -e webgpu -m HuggingFaceTB/SmolLM-1.7B-Instruct -o E:\ai-models\SmolLM-1.7B-Instruct\onnx-webgpu\ --extra_options int4_algo_config=rtn_last int4_is_symmetric=true prune_lm_head=true enable_webgpu_graph=true
14
+ ```
15
+
16
+ ## GGUF Model
17
+
18
+ Downloaded from: [MaziyarPanahi/SmolLM-1.7B-Instruct-GGUF](https://huggingface.co/MaziyarPanahi/SmolLM-1.7B-Instruct-GGUF)