captainspock commited on
Commit
a8539b6
·
verified ·
1 Parent(s): 6bfc828

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -4
config.json CHANGED
@@ -1,10 +1,12 @@
1
  {
2
  "model_type": "modnet",
3
  "transformers.js_config": {
4
- "free_dimension_overrides": {
5
- "batch_size": 1,
6
- "height": 256,
7
- "width": 320
 
 
8
  }
9
  }
10
  }
 
1
  {
2
  "model_type": "modnet",
3
  "transformers.js_config": {
4
+ "webnn": {
5
+ "free_dimension_overrides": {
6
+ "batch_size": 1,
7
+ "height": 256,
8
+ "width": 320
9
+ }
10
  }
11
  }
12
  }