We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030aadd commit 152f31dCopy full SHA for 152f31d
1 file changed
nemo_deploy/deploy_pytriton.py
@@ -22,7 +22,7 @@
22
from pytriton.model_config import ModelConfig
23
from pytriton.triton import Triton, TritonConfig
24
except (ImportError, ModuleNotFoundError) as e:
25
- raise UnavailableError("pytriton is not available. Please install it with `pip install pytriton`.") from e
+ raise UnavailableError("pytriton is not available. Please install it with `pip install nvidia-pytriton`.") from e
26
27
LOGGER = logging.getLogger("NeMo")
28
0 commit comments