ygauravyy commited on
Commit
8396a84
1 Parent(s): 69570b8

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -31,7 +31,7 @@ wait_for_service() {
31
 
32
  # Start TorchServe
33
  log "Starting TorchServe..."
34
- torchserve --start --ncs --ts-config /home/user/torchserve/config.properties
35
 
36
  # Wait until TorchServe is up and running
37
  wait_for_service "localhost" 8080
 
31
 
32
  # Start TorchServe
33
  log "Starting TorchServe..."
34
+ torchserve --start --ncs --ts-config /home/torchserve/model-store
35
 
36
  # Wait until TorchServe is up and running
37
  wait_for_service "localhost" 8080