mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-14 18:49:23 -07:00
spelling: converter
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ebbdb93204
commit
a3b8e71150
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -68,6 +68,6 @@ if [ $NUM_GPUS -le 2 ]; then
|
|||
rm -f "$ARCHIVE"
|
||||
else
|
||||
echo "Downloading and converting the model, this will take a while..."
|
||||
docker run --rm -v ${MODEL_DIR}:/models -e MODEL=${MODEL} -e NUM_GPUS=${NUM_GPUS} moyix/model_conveter:latest
|
||||
docker run --rm -v ${MODEL_DIR}:/models -e MODEL=${MODEL} -e NUM_GPUS=${NUM_GPUS} moyix/model_converter:latest
|
||||
fi
|
||||
echo "Done! Now run ./launch.sh to start the FauxPilot server."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue