Skip to content

Commit 119866b

Browse files
committed
chore: bump @sauravpanda/flare to 0.2.11
1 parent 4221d28 commit 119866b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/benchmark/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ <h2>Comparison Charts</h2>
585585
async function loadFlareEngine(config) {
586586
if (!flareLib) {
587587
log('Loading @sauravpanda/flare WASM from CDN...', 'info');
588-
const CDN = 'https://cdn.jsdelivr.net/npm/@sauravpanda/flare@0.2.10/pkg';
588+
const CDN = 'https://cdn.jsdelivr.net/npm/@sauravpanda/flare@0.2.11/pkg';
589589
const wasmUrl = `${CDN}/flare_web_bg.wasm`;
590590

591591
// Fetch the JS module source, patch the WASM URL, and load via blob

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@huggingface/jinja": "^0.3.3",
5555
"@mlc-ai/web-llm": "^0.2.79",
56-
"@sauravpanda/flare": "^0.2.10",
56+
"@sauravpanda/flare": "^0.2.11",
5757
"@types/pdfjs-dist": "^2.10.378",
5858
"mammoth": "^1.9.0",
5959
"onnxruntime-web": "^1.21.0",

0 commit comments

Comments
 (0)