Xenova HF staff commited on
Commit
e05326d
·
verified ·
1 Parent(s): 67c4177

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ import { pipeline } from "@huggingface/transformers";
20
  // Create a text generation pipeline
21
  const generator = await pipeline(
22
  "text-generation",
23
- "onnx-community/gemma-3-1b-it-ONNX",
24
  { dtype: "q4" },
25
  );
26
 
 
20
  // Create a text generation pipeline
21
  const generator = await pipeline(
22
  "text-generation",
23
+ "onnx-community/gemma-3-1b-it-ONNX-GQA",
24
  { dtype: "q4" },
25
  );
26