-
Notifications
You must be signed in to change notification settings - Fork 118
chore: Update Triton + Ray Serve Tutorial for Ray Summit 2024 #115
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6feb95e
updating with minor changes
nnshah1 9cd5089
updating to latest triton and trtsdk and moving to stable diffusion xl
nnshah1 9069f47
updating
nnshah1 4c04569
updating with torch compile baseline
nnshah1 859ab80
updating scaling parameters - now baseline and triton scale
nnshah1 2cd53e8
updating deployment names - shortening
nnshah1 e275c64
Updating readme for latest versions
nnshah1 a8ea8ad
updated information about huggingface login for stablediffusion 1.5
nnshah1 2758f26
updating readme for current versions
nnshah1 0ac3bd3
updating readme
nnshah1 9eaf98d
updated
nnshah1 2256d9a
removing unneeded files and flags
nnshah1 d415407
fix pre-commit
nnshah1 56e3d91
updating copyright
nnshah1 58260c4
updating typo fix
nnshah1 655a71a
updating and removing PWD from volume mount
nnshah1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-251 KB
Triton_Inference_Server_Python_API/deps/tritonserver-2.41.0.dev0-py3-none-any.whl
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 0 additions & 74 deletions
74
Triton_Inference_Server_Python_API/docker/Dockerfile.trt-llm-engine-builder
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
Triton_Inference_Server_Python_API/examples/rayserve/start_ray.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
ip_address=$(hostname -I | awk '{print $1}') | ||
|
||
echo $ip_address | ||
|
||
mkdir -p /tmp/rayserve-demo; cd /tmp/rayserve-demo | ||
|
||
ray metrics launch-prometheus | ||
|
||
export RAY_GRAFANA_HOST=http://${ip_address}:3000 | ||
|
||
ray start --head --dashboard-host 0.0.0.0 --metrics-export-port 8080 --disable-usage-stats | ||
|
||
/usr/share/grafana/bin/grafana-server --homepath /usr/share/grafana --config /tmp/ray/session_latest/metrics/grafana/grafana.ini web >grafana.stdout.log 2>&1 & |
3 changes: 3 additions & 0 deletions
3
Triton_Inference_Server_Python_API/examples/rayserve/stop_ray.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ray stop | ||
pkill prometheus.* | ||
pkill grafana.* |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.