Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
khai-meetkai committed Aug 23, 2024
1 parent 5644454 commit 9755af1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ python3 server_vllm.py --model "meetkai/functionary-vision-small-v0.1" --max-mod

**Medium Model:**
```shell
# vllm requires to run this first: https://github.com/vllm-project/vllm/issues/6152
export VLLM_WORKER_MULTIPROC_METHOD=spawn
python server_vllm.py --model "meetkai/functionary-vision-medium-v0.1" --max-model-len 8192 --tensor-parallel-size 2
```

Expand Down

0 comments on commit 9755af1

Please sign in to comment.