Skip to content

Remove unused DT_OPT #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docker/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a reference dockerfile for vLLM Spyre support on an x86 host
ARG BASE_IMAGE_URL="quay.io/ibm-aiu/base"
ARG BASE_IMAGE_TAG="2025_05_29.amd64"
ARG BASE_IMAGE_URL="quay.io/ibm-aiu/spyre-base"
ARG BASE_IMAGE_TAG="2025_06_18-amd64"

##############################################
# Base
Expand Down Expand Up @@ -68,7 +68,6 @@ ENV COMPILATION_MODE=offline_decoder \
DISTRIBUTED_STRATEGY_IGNORE_MODULES=WordEmbedding,Embedding \
DTLOG_LEVEL=error \
DT_DEEPRT_VERBOSE=-1 \
DT_OPT=varsub=1,lxopt=1,opfusion=1,arithfold=1,dataopt=1,patchinit=1,patchprog=1,autopilot=1,weipreload=0,kvcacheopt=1,progshareopt=1,dtversion=2 \
FLEX_COMPUTE=SENTIENT \
FLEX_DEVICE=PF \
FLEX_OVERWRITE_NMB_FRAME=1 \
Expand Down