pdufour commited on
Commit
5837736
·
verified ·
1 Parent(s): f65e77b

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -68,7 +68,7 @@ export async function imageTextToText(
68
  ) {
69
  const suffix = QUANTIZATION ? `_${QUANTIZATION}` : "";
70
 
71
- const config = (await getModelJSON(BASE_MODEL, "config.json")) as any;
72
 
73
  const prompt_head_len = new Tensor("int64", new BigInt64Array([5n]), [1]);
74
 
 
68
  ) {
69
  const suffix = QUANTIZATION ? `_${QUANTIZATION}` : "";
70
 
71
+ const config = (await getModelJSON(BASE_MODEL, "config.json"));
72
 
73
  const prompt_head_len = new Tensor("int64", new BigInt64Array([5n]), [1]);
74