fix tokenizer
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM harbor.4pd.io/modelhubxc/enginex-ascend/vllm-ascend:v0.11.0rc0
|
||||
|
||||
COPY fix_tokenizer.py /opt/fix_tokenizer.py
|
||||
COPY vllm_wrapper.sh /opt/vllm_wrapper.sh
|
||||
|
||||
RUN chmod +x /opt/vllm_wrapper.sh && \
|
||||
mv /usr/local/python3.11.13/bin/vllm /usr/local/python3.11.13/bin/vllm_real && \
|
||||
ln -s /opt/vllm_wrapper.sh /usr/local/python3.11.13/bin/vllm
|
||||
Reference in New Issue
Block a user