File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ COPY requirements.txt /workspace/
6
6
7
7
RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple && \
8
8
pip install bitsandbytes --upgrade && \
9
- pip install vllm= =0.4.3 && \
9
+ pip install vllm> =0.4.3 && \
10
10
pip install --no-cache-dir -r /workspace/requirements.txt && \
11
11
pip uninstall transformer-engine -y
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ docker build -f docker/Dockerfile.vllm -t llm-api:vllm .
15
15
安装依赖,确保安装顺序严格按照下面的命令:
16
16
17
17
``` shell
18
- pip install vllm= =0.4.3
18
+ pip install vllm> =0.4.3
19
19
pip install -r requirements.txt
20
20
# pip uninstall transformer-engine -y
21
21
```
Original file line number Diff line number Diff line change 18
18
"type" : "image_url" ,
19
19
"image_url" : {
20
20
# Either an url or a local path
21
- "url" : "http://djclub.cdn.bcebos.com/uploads/images/pageimg/20230325/64-230325205T52 .jpg"
21
+ "url" : "http://djclub.cdn.bcebos.com/uploads/images/pageimg/20230325/64-2303252115313 .jpg"
22
22
}
23
23
}
24
24
]
You can’t perform that action at this time.
0 commit comments