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 322e959 commit 647b271Copy full SHA for 647b271
nemo/deploy/__init__.py
@@ -13,10 +13,11 @@
13
# limitations under the License.
14
15
16
+import warnings
17
+
18
from nemo.deploy.deploy_base import DeployBase
19
from nemo.deploy.deploy_pytriton import DeployPyTriton
20
from nemo.deploy.triton_deployable import ITritonDeployable
-import warnings
21
22
warnings.warn(
23
"The 'nemo.deploy' is deprecated and will be removed in NeMo FW 25.09 container release. "
0 commit comments