Skip to content

Commit 06d4dc6

Browse files
dutifulbobosolmaz
authored andcommitted
docs(log): note PR #25 transformer wasm runtime fix
1 parent fed4fe1 commit 06d4dc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/logs/2026-02-15.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2026-02-15
55
tz: Europe/Berlin
66
created: 2026-02-15T00:08:59+01:00
77
last_section: 2026-02-15T21:54:50+01:00
8-
updated: 2026-02-15T21:54:50+01:00
8+
updated: 2026-02-15T21:55:44+01:00
99
---
1010

1111
## 00:08
@@ -627,3 +627,5 @@ Fixed transformer runtime fetch path: model-repo no longer configures ort wasm p
627627
## 21:54
628628

629629
Investigated persistent transformer 'Failed to fetch' after merge. Root cause identified: extension package does not include ORT wasm binary, so forcing local wasm path breaks ONNX init. Updated transformer runtime resolution to use Hugging Face-hosted ORT wasm base URL (runtime/onnxruntime-web first, vendor/onnxruntime-web fallback), persisted per downloaded run, and reused during cached run inference. Added richer transformer fetch/session error messages with label+URL and wasmPaths context to expose the exact failing asset instead of generic TypeError. Rebuilt generated JS, format/type checks pass; transformer smoke Playwright spec remains skipped in this headless/no-DISPLAY environment.
630+
631+
Opened PR #25 (fix/transformer-wasm-runtime-url) without merging. It restores HF-hosted ORT wasm path resolution (required because wasm binary is not shipped in the extension package), stores runtime_wasm_base_url in cached run metadata, and improves error context for failed fetch/ONNX session init. Corrected PR body after initial shell interpolation stripped inline literals.

0 commit comments

Comments
 (0)