Skip to content

Commit eb20aef

Browse files
authored
Update gh-page-config.json with new length config
1 parent 0a9e2e5 commit eb20aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/gh-page-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"wasmUrl": "dist/vicuna-7b-v1/vicuna-7b-v1_webgpu.wasm",
88
"cacheUrl": "https://huggingface.co/mlc-ai/web-lm/resolve/main/vicuna-7b-v1/",
99
"tokenizer": "dist/vicuna-7b-v1/tokenizer.model",
10-
"maxGenLength": 512,
11-
"meanGenLength": 128,
10+
"maxGenLength": 1024,
11+
"meanGenLength": 256,
1212
"maxWindowLength": 2048
1313
}

0 commit comments

Comments
 (0)