Skip to content

Commit 3ab2d56

Browse files
committed
Update README.md
1 parent fc5c70f commit 3ab2d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To apply TFLite, install TFLite using the command `pip install tflite_runtime`,
1818

1919
TensorFlow Lite builtin operator library only supports a limited number of TensorFlow operators. Since CaptchaSolver also uses operators that are not builtin operators, you will need to enable the usage of `Custom OP`. (see https://www.tensorflow.org/lite/guide/ops_select)
2020

21-
Thanks to @PINTO0309, you can find pre-built python wheel with `Custom OP` enabled for arm devices.
21+
Thanks to @PINTO0309, you can find pre-built python wheel with `Custom OP` enabled for arm devices [HERE](https://github.com/PINTO0309/TensorflowLite-bin).
2222
Rather than installing official `tflite_runtime`, install the proper `.whl` with command `pip install ${your_whl_file_name}`
2323

2424
## Screenshots

0 commit comments

Comments
 (0)