Humuhumu33 commited on
Commit
d4f3433
·
verified ·
1 Parent(s): 459725d

spec-decode for BitNet: subNorm+f32-KV batched verify, ?spec + ?bench=spec

Browse files
Files changed (1) hide show
  1. core/loader.js +1 -1
core/loader.js CHANGED
@@ -6,7 +6,7 @@
6
  // still exposed for the probe + system-monitor panels.)
7
 
8
  import init, { kappa, qvac_load_model, qvac_load_gpu, qvac_tokenize, qvac_continue, qvac_gpu_manifest, qvac_gpu_tensor, qvac_gpu_free, qvac_panic_hook } from "../pkg/holospaces_web.js";
9
- import { createQvacGPU } from "../qvac-gpu.js?v=60";
10
  import { modelAsSource } from "./semantic.js"; // C2: a loaded model carries a W3C @type (schema:SoftwareSourceCode)
11
 
12
  // the model κ-object's W3C linked-data view — content-addressed identity (Law L1) + schema.org type.
 
6
  // still exposed for the probe + system-monitor panels.)
7
 
8
  import init, { kappa, qvac_load_model, qvac_load_gpu, qvac_tokenize, qvac_continue, qvac_gpu_manifest, qvac_gpu_tensor, qvac_gpu_free, qvac_panic_hook } from "../pkg/holospaces_web.js";
9
+ import { createQvacGPU } from "../qvac-gpu.js?v=61";
10
  import { modelAsSource } from "./semantic.js"; // C2: a loaded model carries a W3C @type (schema:SoftwareSourceCode)
11
 
12
  // the model κ-object's W3C linked-data view — content-addressed identity (Law L1) + schema.org type.