-
Notifications
You must be signed in to change notification settings - Fork 88
Update docs to clone or download from latest v1.3 everywhere #382
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
Update docs to clone or download from latest v1.3 everywhere #382
Conversation
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
|
Since the pdf file won't be changed in the future, I suggest changing from v1.1 to main. |
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates documentation to ensure users download the latest v1.3 assets by pointing all clone/download commands at the main branch rather than a specific old tag.
- Replaced
v1.1references withmainpaths for direct asset retrieval. - Updated
wgetcommands and related links in multiple deployment guides.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| tutorial/ChatQnA/deploy/xeon.md | Updated wget URL to pull PDF from main. |
| tutorial/ChatQnA/deploy/nvidia.md | Updated wget URL to pull PDF from main. |
| tutorial/ChatQnA/deploy/gaudi.md | Updated wget URL to pull PDF from main. |
| tutorial/ChatQnA/deploy/aipc.md | Updated wget URL to pull PDF from main. |
| tutorial/ChatQnA/deploy/add_vector_db.md | Updated download links and wget command to use main. |
yinghu5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for the upate. LGTM!
Description
Since v1.3 is out, we want to encourage users to use the latest version by making references to that version whenever there's a
git clonefor example.Otherwise if they copy and paste commands then, they may not nessasirity using the latest version.
Issues
N/A
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
N/A
Tests
Most likely just docs build is what's needed for this one before merge.