We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a716d commit d3d8e5eCopy full SHA for d3d8e5e
2 files changed
examples/benchmark/index.html
@@ -585,7 +585,7 @@ <h2>Comparison Charts</h2>
585
async function loadFlareEngine(config) {
586
if (!flareLib) {
587
log('Loading @sauravpanda/flare WASM from CDN...', 'info');
588
- const CDN = 'https://cdn.jsdelivr.net/npm/@sauravpanda/flare@0.2.2/pkg';
+ const CDN = 'https://cdn.jsdelivr.net/npm/@sauravpanda/flare@0.2.3/pkg';
589
const wasmUrl = `${CDN}/flare_web_bg.wasm`;
590
591
// Fetch the JS module source, patch the WASM URL, and load via blob
package.json
@@ -53,6 +53,7 @@
53
"dependencies": {
54
"@huggingface/jinja": "^0.3.3",
55
"@mlc-ai/web-llm": "^0.2.79",
56
+ "@sauravpanda/flare": "^0.2.3",
57
"@types/pdfjs-dist": "^2.10.378",
58
"mammoth": "^1.9.0",
59
"onnxruntime-web": "^1.21.0",
0 commit comments