feature:add head size detect and patch some ops
All checks were successful
Docker Build and Push / docker (push) Successful in 1m5s

Signed-off-by: Sun Ruoxi <sunruoxi@4paradigm.com>
This commit is contained in:
2026-07-27 16:45:05 +08:00
parent e5db2b58e2
commit 0c1bb7a415
6 changed files with 655 additions and 4 deletions

View File

@@ -13,5 +13,8 @@ ENV PATH=/root/apps/apache-jmeter-5.6.3/bin:/root/apps/jdk1.8.0_411/bin:/usr/loc
COPY fix_tokenizer.py /opt/
COPY detect_tokenizer.py /opt/
COPY detect_head_size.py /opt/
COPY patch_ops.py /opt/
COPY patched_ops /opt/patched_ops/
COPY entrypoint.sh /opt/
RUN chmod +x /opt/entrypoint.sh