-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Creating custom python backend environment #3495
Comments
@Tabrizian This is the complete steps we took to create out environment |
@arshiamalek Thanks for filing the ticket. I have started looking into this ticket and we'll update you as soon as more information is available. |
@arshiamalek Can you share your model.py and config.pbtxt file too? |
A couple of issues regarding creating execution environments for your model:
|
Closing due to in-activity. Feel free to re-open if the issue persists. |
After creating a the triton custom environment using the steps listed below we get:
Steps we took to create custom triton environment
conda
and created and environment called python-3-8We also set the PYTHONNOUSERSITE environment variables as requested:
export PYTHONNOUSERSITE=True
install cmake and cuda
We set the CUDA directory on our environment to the correct path:
cmake -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-11.0 ..
we make the directory and create the custom backend stub
Triton Information
Triton Version 21.09
Model: Detectron2
The text was updated successfully, but these errors were encountered: