Skip to content

Commit b055e40

Browse files
committed
Add warning about missing autotiler file to documentation
Added a warning to AI-deck getting started guide regarding the unavailability of the required autotiler file for neural network deployment with gap_sdk due to the GreenWaves Technologies website being down. The warning informs users that he autotiler will not work unless they already have the file and provides a link to the GitHub discussions announcement with more details and workarounds.
1 parent a163da7 commit b055e40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/documentation/tutorials/getting-started-with-aideck.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ Note: This viewer needs opencv-python which you can install with `pip install op
155155
{% si_intro Setup development environment %}
156156
For development of the GAP8 chip, you need to have an environment with [gap_sdk](https://github.com/GreenWaves-Technologies/gap_sdk) installed. To simplify the setup, we've created a [Docker container](https://hub.docker.com/r/bitcraze/aideck) that comes with nearly everything preconfigured.
157157

158+
> ⚠️ Important Notice: The GreenWaves Technologies website is down, preventing fetching and compiling the autotiler. This means that deploying neural networks through [gap_sdk](https://github.com/GreenWaves-Technologies/gap_sdk) or our Docker image is not possible unless you already have the file. However, you can still deploy neural networks using [DORY](https://github.com/pulp-platform/dory) as an alternative.
159+
>
160+
> For more details, updates and workarounds, see our announcement [here](https://github.com/orgs/bitcraze/discussions/1854).
161+
158162
In order to pull in the GAP8 SDK docker be able to use the autotiler in the GAP8 SDK (Facedetection and Classifcation examples) you will
159163
have to manually set it up and accept the license.
160164
{% endsi_intro %}

0 commit comments

Comments
 (0)