diff --git a/torchserve-cuda.yml b/torchserve-cuda.yml index 0d1c40a..f7f9d65 100644 --- a/torchserve-cuda.yml +++ b/torchserve-cuda.yml @@ -35,4 +35,4 @@ services: # to your requirements.txt when generating a MAR file # https://github.com/pytorch/serve/issues/3176 - --disable-token-auth - - --models torchsig_model=siggen_model.mar + - --models torchsig_model=torchsig_model.mar diff --git a/torchserve.yml b/torchserve.yml index 91c2a29..5e29ff1 100644 --- a/torchserve.yml +++ b/torchserve.yml @@ -27,4 +27,4 @@ services: # to your requirements.txt when generating a MAR file # https://github.com/pytorch/serve/issues/3176 - --disable-token-auth - - --models torchsig_model=siggen_model.mar + - --models torchsig_model=torchsig_model.mar