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

[Doc] serving with triton #346

Merged
merged 1 commit into from
Jul 2, 2023
Merged

[Doc] serving with triton #346

merged 1 commit into from
Jul 2, 2023

Conversation

lixiang-repo
Copy link
Contributor

Description

Brief Description of the PR:
serve with triton

@rhdong rhdong requested a review from MoFHeka June 28, 2023 07:24
@rhdong rhdong changed the title serve with triton [Doc] serving with triton Jun 28, 2023
Copy link
Collaborator

@MoFHeka MoFHeka left a comment

Choose a reason for hiding this comment

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

'export' may create unnecessary interference.

README.md Outdated

#tfra saved_model directory "/models/model_repository"
docker run --net=host -v /models/model_repository:/models nvcr.io/nvidia/tritonserver:22.05-py3 bash -c \
"export LD_PRELOAD="/tmp/so/_cuckoo_hashtable_ops.so:${LD_PRELOAD}" && tritonserver --model-repository=/models/ --backend-config=tensorflow,version=2 --strict-model-config=false"
Copy link
Collaborator

Choose a reason for hiding this comment

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

'''
LD_PRELOAD=/tmp/so/_cuckoo_hashtable_ops.so tritonserver --model-repository=/models/ --backend-config=tensorflow,version=2 --strict-model-config=false
'''
export may create unnecessary interference.

Copy link
Collaborator

@MoFHeka MoFHeka left a comment

Choose a reason for hiding this comment

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

LGTM

@rhdong rhdong merged commit 2f125f9 into tensorflow:master Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants