Skip to content

Commit 26aaa6e

Browse files
authored
Merge pull request Snowflake-Labs#24 from Snowflake-Labs/update-readme
update readme
2 parents aa651a1 + c304e59 commit 26aaa6e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

inference/vllm/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,16 @@ We recommend setting up a virtual environment to get all of your dependencies is
3030
virtualenv arctic-venv
3131
source arctic-venv/bin/activate
3232

33-
# faster ckpt download speed
33+
# Faster ckpt download speed.
3434
pip install huggingface_hub[hf_transfer]
3535

36-
# clone vllm repo and checkout arctic branch
37-
git clone -b arctic https://github.com/Snowflake-Labs/vllm.git
38-
cd vllm
39-
pip install -e .
36+
# Install vLLM main branch.
37+
pip install git+https://github.com/vllm-project/vllm.git
4038

41-
# clone Hugging Face and checkout arctic branch
39+
# Clone HuggingFace and checkout the arctic branch. Alternatively, you may skip this step and load Arctic into vLLM using trust_remote_code=True.
4240
git clone -b arctic https://github.com/Snowflake-Labs/transformers.git
4341

44-
# install deepspeed
42+
# Install deepspeed.
4543
pip install deepspeed>=0.14.2
4644
```
4745

0 commit comments

Comments
 (0)