Pin Comfy Kitchen runtime ops
This commit is contained in:
parent
9d463b0201
commit
fd3c8b2d1e
1 changed files with 3 additions and 1 deletions
|
|
@ -9,8 +9,10 @@ COPY wheels/sageattn3-*.whl /tmp/wheels/
|
||||||
RUN python -m pip install --no-cache-dir --no-deps /tmp/wheels/sageattn3-*.whl \
|
RUN python -m pip install --no-cache-dir --no-deps /tmp/wheels/sageattn3-*.whl \
|
||||||
&& rm -rf /tmp/wheels
|
&& rm -rf /tmp/wheels
|
||||||
|
|
||||||
|
RUN python -m pip install --no-cache-dir --no-deps comfy-kitchen==0.2.28
|
||||||
|
|
||||||
RUN python -m pip install --no-cache-dir --no-deps -e . \
|
RUN python -m pip install --no-cache-dir --no-deps -e . \
|
||||||
&& python -c "import comfy_kitchen, torch; from sageattn3 import sageattn3_blackwell; print(torch.__version__, torch.version.cuda)"
|
&& python -c "import comfy_kitchen, torch; from sageattn3 import sageattn3_blackwell; assert hasattr(torch.ops.comfy_kitchen, 'rms_rope_split_half_'); print(torch.__version__, torch.version.cuda)"
|
||||||
|
|
||||||
ENV H3_MODEL_PATH=/models/minimax_h3_ref2va_pruned_nvfp4.safetensors
|
ENV H3_MODEL_PATH=/models/minimax_h3_ref2va_pruned_nvfp4.safetensors
|
||||||
ENV TORCH_COMPILE_DISABLE=0 TORCHDYNAMO_DISABLE=0
|
ENV TORCH_COMPILE_DISABLE=0 TORCHDYNAMO_DISABLE=0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue