@@ -45,7 +45,10 @@ In the examples below, for GPU support add `-o gpu=True` to the `conan install`
45
45
steps will not work currently. I have patched the recipe locally to enable GPU
46
46
support and will make this available on Conan Center or another repository
47
47
soon. In the mean time, my custom recipe can be be used as outlined
48
- [ here] ( https://github.com/neuralize-ai/tensorflow-lite-conan ) .
48
+ [ here] ( https://github.com/neuralize-ai/tensorflow-lite-conan ) . If you have
49
+ previously ` conan install ` ed, remove the existing TFLite package(s) using
50
+ ` conan remove "tensorflow-lite" ` . Make sure to create the TFLite package
51
+ version that is required in [ conanfile] ( /conanfile.py ) .
49
52
50
53
## Unix
51
54
@@ -70,7 +73,7 @@ cmake --build --preset=rel -t run-examples
70
73
If an existing build exists, you may need to run:
71
74
72
75
``` bash
73
- cmake --preset=rel -Dedgerunner_ENABLE_GPU =ON
76
+ cmake --preset=rel -DBUILD_EXAMPLES =ON
74
77
```
75
78
76
79
To run an individual example, execute:
@@ -118,4 +121,5 @@ upcoming). Since this involves using Qualcomm's pre-compiled shared libraries,
118
121
I have created a Conan recipe that must be used
119
122
[ here] ( https://github.com/neuralize-ai/qnn-conan ) . Follow the instructions on
120
123
that repository and the steps above with ` -o with_npu=True ` supplied to the
121
- ` conan install ` invocation.
124
+ ` conan install ` invocation. Make sure to create the package version required
125
+ in [ conanfile] ( /conanfile.py ) .
0 commit comments