Skip to content

Commit 7bb741f

Browse files
committed
remove gemma, not supported
1 parent d0a7837 commit 7bb741f

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/components/ModelSelector.jsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ const AVAILABLE_MODELS = [
3535
description: 'DeepSeek model, 1.3 GB',
3636
url: 'onnx-community/DeepSeek-R1-Distill-Qwen-1.5B-ONNX',
3737
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
4538
}
4639
];
4740

src/worker.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ class TextGenerationPipeline {
3535
"onnx-community/DeepSeek-R1-Distill-Qwen-1.5B-ONNX": {
3636
dtype: "q4f16",
3737
device: "webgpu",
38-
},
39-
"onnx-community/gemma-3-1b-it-ONNX": {
40-
dtype: "q4f16",
41-
device: "webgpu",
4238
}
4339
};
4440

0 commit comments

Comments
 (0)