fix tokenizer

This commit is contained in:
4paradigm
2026-06-29 17:23:40 +08:00
parent ef6173824e
commit 42420f61ea
4 changed files with 57 additions and 106 deletions

View File

@@ -2,7 +2,6 @@ FROM harbor-contest.4pd.io/sunjichen/xc-llm-kunlun:latest
COPY entrypoint.sh /opt/entrypoint.sh
COPY fix_tokenizer.py /opt/fix_tokenizer.py
COPY detect_tokenizer.py /opt/detect_tokenizer.py
RUN chmod +x /opt/entrypoint.sh