mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-14 10:37:43 -07:00
Add a readme
This commit is contained in:
parent
a23a1478f7
commit
dc5d09b270
2 changed files with 212 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -53,4 +53,4 @@ mkdir -p "${MODEL_DIR}"
|
|||
|
||||
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
|
||||
echo "Done! Now run launch.sh to start the FauxPilot server."
|
||||
echo "Done! Now run ./launch.sh to start the FauxPilot server."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue