File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -963,6 +963,34 @@ export const prebuiltAppConfig: AppConfig = {
963
963
context_window_size : 4096 ,
964
964
} ,
965
965
} ,
966
+ // Gemma2-2b-jpn
967
+ {
968
+ model : "https://huggingface.co/mlc-ai/gemma-2-2b-jpn-it-q4f16_1-MLC" ,
969
+ model_id : "gemma-2-2b-jpn-it-q4f16_1-MLC" ,
970
+ model_lib :
971
+ modelLibURLPrefix +
972
+ modelVersion +
973
+ "/gemma-2-2b-jpn-it-q4f16_1-ctx4k_cs1k-webgpu.wasm" ,
974
+ vram_required_MB : 1895.3 ,
975
+ low_resource_required : true ,
976
+ required_features : [ "shader-f16" ] ,
977
+ overrides : {
978
+ context_window_size : 4096 ,
979
+ } ,
980
+ } ,
981
+ {
982
+ model : "https://huggingface.co/mlc-ai/gemma-2-2b-jpn-it-q4f32_1-MLC" ,
983
+ model_id : "gemma-2-2b-jpn-it-q4f32_1-MLC" ,
984
+ model_lib :
985
+ modelLibURLPrefix +
986
+ modelVersion +
987
+ "/gemma-2-2b-jpn-it-q4f32_1-ctx4k_cs1k-webgpu.wasm" ,
988
+ vram_required_MB : 2508.75 ,
989
+ low_resource_required : true ,
990
+ overrides : {
991
+ context_window_size : 4096 ,
992
+ } ,
993
+ } ,
966
994
// Qwen-2
967
995
{
968
996
model : "https://huggingface.co/mlc-ai/Qwen2.5-0.5B-Instruct-q4f16_1-MLC" ,
You can’t perform that action at this time.
0 commit comments