Open Issues Need Help
View All on GitHubAI Summary: Add a hyperlink to the ONNX website (https://onnx.ai/) within the `index.md` file located in the `docs/deliteai.dev` directory of the DeliteAI project documentation.
AI Summary: Add a hyperlink to the ExecuTorch documentation (https://docs.pytorch.org/executorch-overview) within the `index.md` file located in the `docs/deliteai.dev` directory of the DeliteAI project.
AI Summary: Update the root README.md file to include a hyperlink to the ExecuTorch documentation (https://docs.pytorch.org/executorch-overview) within the existing text mentioning ExecuTorch.
AI Summary: Add a hyperlink to the ONNX website (https://onnx.ai/) within the root README.md file of the DeliteAI project.
AI Summary: Update broken links in the DeliteAI documentation for the agent overview and Android implementation. The correct links are available in the existing README file on the DeliteAI website. The task involves finding the correct links and updating them in the specified documentation pages.
AI Summary: Correct a broken anchor link in the Android SDK's README file. The link to the 'Prerequisites' section is incorrect and needs to be updated from `#-prerequisites` to `#prerequisites`.
AI Summary: Update the `coreruntime/README.md` file's testing instructions to include a step that removes the build directory (`rm -rf $GIT_ROOT/coreruntime/build`) before building to resolve a build issue with nimbletest.
AI Summary: Update the `coreruntime` README file to correct the path to the `nimbleclient` binary from "build/nimbleclient" to "build/nimble_client/nimble_client". This involves a simple text change in the README.md file.
AI Summary: Update the DeliteAI website's documentation section. The current 'coming soon' message should be replaced. Options include removing the section entirely or copying the documentation content from the project's README file. The website's markdown file (`index.md`) needs to be corrected.
AI Summary: Update the `coreruntime/README.md` file by adding a step to export the GIT_ROOT environment variable using the command `export GIT_ROOT=$(git rev-parse --show-toplevel)` before it's used in subsequent steps. This is a bug fix to ensure the build process works correctly.
AI Summary: The task is to remove the "TBD" from the Android section header in the DeliteAI documentation's index.md file. This involves a simple text edit in a markdown file.
AI Summary: Improve the documentation on the DeliteAI website to better describe the supported Python statements. This involves referencing existing example scripts and clarifying the supported capabilities within the documentation's 'statements' section.