mobileclip_b / config.json
Xenova's picture
Xenova HF Staff
Update config.json
96a893f verified
raw
history blame
240 Bytes
{
"model_type": "clip",
"transformers.js_config": {
"dtype": {
"vision_model": "fp32"
},
"device_config": {
"webnn": {
"free_dimension_overrides": {
"batch_size": 1
}
}
}
}
}