-
Notifications
You must be signed in to change notification settings - Fork 192
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 HuggingFace DLC for TGI URI to 2.3 (latest) #852
Open
alvarobartt
wants to merge
3
commits into
GoogleCloudPlatform:main
Choose a base branch
from
alvarobartt:update-latest-tgi-dlc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update HuggingFace DLC for TGI URI to 2.3 (latest) #852
alvarobartt
wants to merge
3
commits into
GoogleCloudPlatform:main
from
alvarobartt:update-latest-tgi-dlc
Conversation
This file contains 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
annapendleton
approved these changes
Oct 28, 2024
/gcbrun |
/gcbrun |
raushan2016
reviewed
Jan 7, 2025
raushan2016
reviewed
Jan 7, 2025
tutorials-and-examples/genAI-LLM/deploying-mixtral-8x7b-instruct-L4-gpus/README.md
Outdated
Show resolved
Hide resolved
raushan2016
reviewed
Jan 7, 2025
tutorials-and-examples/genAI-LLM/deploying-mistral-7b-instruct-L4gpus/README.md
Outdated
Show resolved
Hide resolved
raushan2016
suggested changes
Jan 7, 2025
tutorials-and-examples/genAI-LLM/serving-llama2-70b-on-l4-gpus/README.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Raushan Kumar <raushan2016@users.noreply.github.com>
/gcbrun |
Still has issues check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
As a follow up PR of #816 recently merged, this PR contains the update to the latest version as of today of the Hugging Face DLC for TGI on Google Cloud, which is TGI 2.3.1 labelled as TGI 2.3.
Additionally, this PR also solves the
mountPath
issue as those are mounting/data
, whilst theHF_HOME
is set to/tmp
, leading to OOM in some scenarios where the/tmp
path runs out of disk space as the extra disk is assigned to/data
instead.Thanks in advance 🤗
cc @annapendleton