From e6f7d05d5820cf92d3db99ad10b9bb42a38f3966 Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Sat, 22 Jun 2024 21:16:28 +0000 Subject: [PATCH] yaml lint. --- torchserve-cuda.yml | 3 ++- torchserve.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/torchserve-cuda.yml b/torchserve-cuda.yml index afdc07ef..20072208 100644 --- a/torchserve-cuda.yml +++ b/torchserve-cuda.yml @@ -26,6 +26,7 @@ services: command: # can be multiple models # e.g. mini2_snr=mini2_snr.mar,another_mini2_snr=another_mini2_snr.mar - # As of torchserve v11, you will need to add setuptools==69.5.1 to your requirements.txt when generating a MAR file + # As of torchserve v11, you will need to add setuptools==69.5.1 + # to your requirements.txt when generating a MAR file # https://github.com/pytorch/serve/issues/3176 - --models torchsig_model=torchsig_model.mar diff --git a/torchserve.yml b/torchserve.yml index 47638b83..09b1a44c 100644 --- a/torchserve.yml +++ b/torchserve.yml @@ -18,6 +18,7 @@ services: - '/root/.cache/pip:/root/.cache/pip' command: # --models torchsig_model=torchsig_model.mar - # As of torchserve v11, you will need to add setuptools==69.5.1 to your requirements.txt when generating a MAR file + # As of torchserve v11, you will need to add setuptools==69.5.1 + # to your requirements.txt when generating a MAR file # https://github.com/pytorch/serve/issues/3176 - --models mini2_snr=mini2_snr.mar