gblong1 commited on
Commit
0ed348a
·
verified ·
1 Parent(s): 597eeac

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "power modes supported": "yes",
3
+ "best performance" : ["GPU","GPU","GPU"],
4
+ "balanced" : ["GPU","NPU","GPU"],
5
+ "best power efficiency" : ["NPU","NPU","GPU"]
6
+ }