Skip to content

Commit 654383e

Browse files
Add link for supported versions
1 parent f86f00f commit 654383e

File tree

1 file changed

+3
-3
lines changed
  • model_compression_toolkit/target_platform_capabilities

1 file changed

+3
-3
lines changed

model_compression_toolkit/target_platform_capabilities/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ One may view the full default target-platform model and its parameters [here](./
2727

2828
## Usage
2929

30-
The simplest way to initiate a TPC and use it in MCT is by using the function [get_target_platform_capabilities](https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/methods/get_target_platform_capabilities.html#ug-get-target-platform-capabilities).
30+
The simplest way to initiate a TPC and use it in MCT is by using the function [get_target_platform_capabilities](https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/methods/get_target_platform_capabilities.html#ug-get-target-platform-capabilities).
3131

32-
This function gets a TPC object matching the tpc version and device type. For IMX500, the version can be set to '1.0', '4.0', or '5.0'. For TFLite and QNNPACK, this can only be set to '1.0'.
32+
This function gets a TPC object matching the tpc version and device type. Please check [here](../../README.md#supported-versions) for supported versions.
3333

3434
For example:
3535

@@ -45,7 +45,7 @@ quantized_model, quantization_info = mct.ptq.keras_post_training_quantization(in
4545
target_platform_capabilities=tpc)
4646
```
4747

48-
You can also get a TPC for IMX500 using the function [get_target_platform_capabilities_sdsp](../../docs/api/api_docs/methods/get_target_platform_capabilities_sdsp.html#ug-get-target-platform-capabilities_sdsp) that specifies the sdsp converter version. The version can be set to '3.14', '3.16', or '3.17'.
48+
You can also get a TPC for IMX500 using the function [get_target_platform_capabilities_sdsp](../../docs/api/api_docs/methods/get_target_platform_capabilities_sdsp.html#ug-get-target-platform-capabilities_sdsp) that specifies the sdsp converter version. Please check [here](../../README.md#supported-versions) for supported versions.
4949

5050
For example:
5151

0 commit comments

Comments
 (0)