-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Bring back the README #6671
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
Bring back the README #6671
Conversation
| [](https://opensource.org/licenses/BSD-3-Clause) | ||
|
|
||
| **NOTE: You are currently on the r23.12 branch which tracks stabilization | ||
| towards the next release. This branch is not usable during stabilization.** |
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.
Let's remove this line to do not come back to it on release date
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.
I would prefer keeping this line to avoid confusion among users. We can remove the line when 23.12 containers are released. We have seen users trying out frozen branches which are not yet released in the past. Its not a big change to be done post NGC release.
README.md
Outdated
| [Backend-Platform Support Matrix](https://github.com/triton-inference-server/backend/blob/main/docs/backend_platform_support_matrix.md) | ||
| to learn which backends are supported on your target platform. | ||
| - Learn how to [optimize performance](docs/user_guide/optimization.md) using the | ||
| [Performance Analyzer](https://github.com/triton-inference-server/client/blob/main/src/c++/perf_analyzer/README.md) |
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.
main branches might be reasonable to use r23.11 instead
* Bring back the README * main -> r23.12
* Update README and versions for 23.12 branch * Bring back the README (#6671) * Bring back the README * main -> r23.12 * Remove L0_libtorch_nvfuser (#6674) * iGPU build refactor (#6684) * Fix iGPU CMakeFile tags (#6695) (#6698) * Unify iGPU test build with x86 ARM * adding TRITON_IGPU_BUILD to core build definition; adding logic to skip caffe2plan test if TRITON_IGPU_BUILD=1 * re-organizing some copies in Dockerfile.QA to fix igpu devel build * Pre-commit fix --------- Co-authored-by: kyle <[email protected]> * Update windows Dockerfile versions (#6672) Changing version to the latest one Co-authored-by: Misha Chornyi <[email protected]> * Remove README banner (#6719) * Update README --------- Co-authored-by: tanmayv25 <[email protected]> Co-authored-by: Jacky <[email protected]> Co-authored-by: kyle <[email protected]>
Trying to minimize the scope of changes when doing a release.