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

trtllm_rollingbatch_deploy_llama_13b.ipynb notebook issue #424

Open
RamVegiraju opened this issue Feb 1, 2024 · 0 comments
Open

trtllm_rollingbatch_deploy_llama_13b.ipynb notebook issue #424

RamVegiraju opened this issue Feb 1, 2024 · 0 comments

Comments

@RamVegiraju
Copy link

Following example: https://github.com/deepjavalibrary/djl-demo/blob/2a5152f578f5954b8b68acdee18eed4e2a75c81f/aws/sagemaker/large-model-inference/sample-llm/trtllm_rollingbatch_deploy_llama_13b.ipynb, errors out with a health check error with current code, the following cell needs to be uncommented for successful deployment:

model.deploy(initial_instance_count=1,
             instance_type=instance_type,
             endpoint_name=endpoint_name,
             container_startup_health_check_timeout=3600 ##uncomment
            )

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

No branches or pull requests

1 participant