Skip to content

Commit

Permalink
Merge pull request #1317 from anarkiwi/yl
Browse files Browse the repository at this point in the history
yaml lint.
  • Loading branch information
anarkiwi authored Jun 22, 2024
2 parents 6d338a4 + e6f7d05 commit 45ac6c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion torchserve-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion torchserve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 45ac6c0

Please sign in to comment.