snnn001 commited on
Commit
d20d330
·
verified ·
1 Parent(s): e340575

Update model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ The license information of the original model was missing.
58
 
59
  `mobilenet_v3_large_int8_channelwise.tflite` was produced with the `STATIC_WI8_AI8` quantization recipe. Weights are signed INT8 and use symmetric channelwise quantization for weight tensors. Activations are signed INT8 with asymmetric quantization parameters.
60
 
61
- The INT8 channelwise artifact keeps standard LiteRT/TFLite model structure before AOT compilation. Local LiteRT compiler checks fully delegated this artifact for Qualcomm NPU targets. MediaTek NPU compiler checks produced partial delegation for this channelwise artifact, with one Conv2D op left outside the NPU partition.
62
 
63
  ## Intended uses & limitations
64
 
 
58
 
59
  `mobilenet_v3_large_int8_channelwise.tflite` was produced with the `STATIC_WI8_AI8` quantization recipe. Weights are signed INT8 and use symmetric channelwise quantization for weight tensors. Activations are signed INT8 with asymmetric quantization parameters.
60
 
61
+ The INT8 channelwise artifact keeps standard LiteRT/TFLite model structure before AOT compilation. Local LiteRT compiler checks fully delegated this artifact on tested compatible NPU backends. Enablement for other NPU backends is still under validation.
62
 
63
  ## Intended uses & limitations
64