av-codes commited on
Commit
128c407
·
verified ·
1 Parent(s): 21bdbd9

Fix repo name in README example

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ import { pipeline } from "https://cdn.jsdelivr.net/npm/@huggingface/transformers
20
 
21
  const generator = await pipeline(
22
  "text-generation",
23
- "av/Supra-50M-Instruct-ONNX",
24
  { dtype: "q8" },
25
  );
26
 
 
20
 
21
  const generator = await pipeline(
22
  "text-generation",
23
+ "av-codes/Supra-50M-Instruct-ONNX",
24
  { dtype: "q8" },
25
  );
26