Update index.js
Browse files
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"))
|
| 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 |
|