forked from Qwen/Qwen2.5-7B-Instruct-GPTQ-Int4
5 lines
135 B
Docker
5 lines
135 B
Docker
FROM harbor.4pd.io/modelhubxc/enginex-sunrise/vllm-fix-tokenizer:v1.1.1
|
|
WORKDIR /model
|
|
COPY . /model
|
|
ENTRYPOINT ["/opt/entrypoint.sh"]
|