unable to connect to triton server #1823
-
Hello I am not able to connect to that when trying to run pipeline via CLI using Am I missing something here ? Any help would be highly appreciated !!! I am trying to follow this wiki https://github.com/nv-morpheus/Morpheus/tree/branch-24.10/examples/abp_nvsmi_detection . |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hi @srisudha-alt. The command you're running is for the NVSMI example but your model is for the PCAP example. Also, your error indicates you're trying to connect to
Please note that with 24.10 we now provide a Triton container that includes all the models. Until the release, you'll have to build it following these steps: |
Beta Was this translation helpful? Give feedback.
-
Hi @efajardo-nv , Thanks for the reply ! I see below issue. I see this issue when trying to load model abp-nvsmi-xgb. I am actually confused with different set of commands for different versions. Can u suggest a specific release of Morpheus to use to run FIL pipeline ? My aim is to have Kafka as data source ( I am just working for a POC). Can we have multiple release of docker images in machine or does it impact proper working ? |
Beta Was this translation helpful? Give feedback.
-
@srisudha-alt Appears the models haven't been pulled from Git LFS. It's not clear to me which Morpheus version you're using:
For this example, the only difference between 24.10 and the current stable release (24.06) is the Triton container. The new Triton container in 24.10 is packaged with models and makes it easier by addressing the issues described in #552.
Yes, you can have multiple releases of images but make sure to use correct versions of Morpheus/Triton when you run the example. If you still have issues, could you please provide Morpheus version you're using and all your steps to reproduce? |
Beta Was this translation helpful? Give feedback.
-
@efajardo-nv I am trying to use 24.03 version with pre-build images. Will that cause an issue ? i tried using pre-build docker containers flow as specified here https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/docs/source/getting_started.md#using-pre-built-docker-containers I can re-try using https://github.com/nv-morpheus/Morpheus/blob/branch-24.06/docs/source/getting_started.md#building-the-morpheus-container and let u know if i still see the issue ! Thank you for being active in responding. |
Beta Was this translation helpful? Give feedback.
@srisudha-alt You shouldn't have to build the release container since you have already pulled it down. You should only have to fetch the models from Git LFS. So the steps for 24.06 should be:
Set up Triton container
Perform these steps on host: