Skip to content

Conversation

@kirklandsign
Copy link
Contributor

No description provided.

@kirklandsign kirklandsign requested a review from Copilot December 19, 2025 23:23
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Dec 19, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the documentation by adding hyperlinks to the model descriptions in the Android LlamaDemo README, making it easier for users to navigate to detailed model-specific documentation.

  • Adds GitHub repository links to each supported model type
  • Organizes Llama model variants under a nested list structure
  • Maintains the same model information while improving discoverability

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

* Llama 2 7B
* [LLaVA-1.5 vision model (only XNNPACK)](https://github.com/pytorch/executorch/tree/main/examples/models/llava)
* [Qwen 3 0.6B, 1.7B, and 4B](https://github.com/pytorch/executorch/tree/main/examples/models/qwen3)
* [Voxtral Mini 3B](https://github.com/pytorch/executorch/blob/main/examples/models/voxtral)
Copy link

Copilot AI Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL path uses /blob/main/ while all other model links use /tree/main/. For consistency with the other links and because this appears to be a directory (not a single file), this should use /tree/main/ instead of /blob/main/.

Suggested change
* [Voxtral Mini 3B](https://github.com/pytorch/executorch/blob/main/examples/models/voxtral)
* [Voxtral Mini 3B](https://github.com/pytorch/executorch/tree/main/examples/models/voxtral)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants