Skip to content

Commit

Permalink
update vllm version
Browse files Browse the repository at this point in the history
  • Loading branch information
xusenlin committed Jun 7, 2024
1 parent 2ba1d4d commit 87097bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.vllm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY requirements.txt /workspace/

RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple && \
pip install bitsandbytes --upgrade && \
pip install vllm==0.4.2 && \
pip install vllm==0.4.3 && \
pip install --no-cache-dir -r /workspace/requirements.txt && \
pip uninstall transformer-engine -y
5 changes: 2 additions & 3 deletions docs/VLLM_SCRIPT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ docker build -f docker/Dockerfile.vllm -t llm-api:vllm .
安装依赖,确保安装顺序严格按照下面的命令:

```shell
pip install torch==2.1.0
pip install vllm==0.4.2
pip install vllm==0.4.3
pip install -r requirements.txt
pip uninstall transformer-engine -y
# pip uninstall transformer-engine -y
```

## 启动模型
Expand Down

0 comments on commit 87097bf

Please sign in to comment.