chansung commited on
Commit
4e7d56d
1 Parent(s): 28b6409

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -0
entrypoint.sh CHANGED
@@ -21,8 +21,10 @@ else
21
  fi
22
 
23
  if [[ "$QUANTIZE" == false ]]; then
 
24
  text-generation-launcher --model-id $MODEL_NAME --num-shard 1 --port 8080 --trust-remote-code &
25
  else
 
26
  text-generation-launcher --model-id $MODEL_NAME --num-shard 1 --port 8080 --trust-remote-code --quantize $QUANTIZE &
27
  fi
28
 
 
21
  fi
22
 
23
  if [[ "$QUANTIZE" == false ]]; then
24
+ echo "WTF3-1!"
25
  text-generation-launcher --model-id $MODEL_NAME --num-shard 1 --port 8080 --trust-remote-code &
26
  else
27
+ echo "WTF3-2!"
28
  text-generation-launcher --model-id $MODEL_NAME --num-shard 1 --port 8080 --trust-remote-code --quantize $QUANTIZE &
29
  fi
30