Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update getting_started.ipynb link to correct jupyter notebook path in README.md #636

Merged

Conversation

iamarunbrahma
Copy link
Contributor

What does this PR do?

This PR fixes a broken link in the README.md that was causing a 404 error. The link to getting_started.ipynb was pointing to a non-existent file. Updated it to point to the correct notebook Llama_Stack_Building_AI_Applications.ipynb which contains the walk-through for text and vision inference llama_stack_client APIs.

Test Plan

  1. Verified that the new notebook path exists:

    ls docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb
  2. Verified the notebook content contains text and vision inference examples by:

    • Checking the notebook contents
    • Confirming the presence of vision models like Llama-3.2-11B-Vision-Instruct
    • Verifying llama_stack_client API usage examples

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Ran pre-commit to handle lint / formatting issues.
  • Read the contributor guideline, Pull Request section.
  • Updated relevant documentation.
  • Wrote necessary unit or integration tests (N/A - documentation change only).

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Dec 16, 2024
Copy link
Contributor

@ashwinb ashwinb left a comment

Choose a reason for hiding this comment

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

thank you!

@ashwinb ashwinb merged commit 10eb31b into meta-llama:main Dec 17, 2024
2 checks passed
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.

3 participants