We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a7837 commit 7bb741fCopy full SHA for 7bb741f
src/components/ModelSelector.jsx
@@ -35,13 +35,6 @@ const AVAILABLE_MODELS = [
35
description: 'DeepSeek model, 1.3 GB',
36
url: 'onnx-community/DeepSeek-R1-Distill-Qwen-1.5B-ONNX',
37
hasReasoningBlocks: true
38
- },
39
- {
40
- id: 'gemma-3-1b',
41
- name: 'Gemma 3 1B',
42
- description: 'Google model, 1.0 GB',
43
- url: 'onnx-community/gemma-3-1b-it-ONNX',
44
- hasReasoningBlocks: false
45
}
46
];
47
src/worker.js
@@ -35,10 +35,6 @@ class TextGenerationPipeline {
"onnx-community/DeepSeek-R1-Distill-Qwen-1.5B-ONNX": {
dtype: "q4f16",
device: "webgpu",
- "onnx-community/gemma-3-1b-it-ONNX": {
- dtype: "q4f16",
- device: "webgpu",
};
0 commit comments