We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
image_uri = image_uris.retrieve( framework="djl-tensorrtllm", region=sess.boto_session.region_name, version="0.29.0" )
model = sagemaker.Model( image_uri=image_uri, role=role, # specify all environment variable configs in this map env={ "HF_MODEL_ID": "mistralai/Mixtral-8x7B-Instruct-v0.1", "TENSOR_PARALLEL_DEGREE": "max", "OPTION_MAX_NUM_TOKENS": "8192", "OPTION_QUANTIZE": "awq", "HF_TOKEN": "hf_xNBRqleBjkvQPnDqFxxxxxxxxxxxxxxxxx", } )
(what's the expected behavior?)
error_log.txt
logs attached
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Expected Behavior
(what's the expected behavior?)
Error Message
error_log.txt
logs attached
The text was updated successfully, but these errors were encountered: