Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- 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 |
|