Applied new fastsafetensors fix to mxfp4 build; disabled wheel builds by default
This commit is contained in:
@@ -211,9 +211,9 @@ RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \
|
||||
uv pip install -r requirements/build.txt
|
||||
|
||||
# Apply Patches
|
||||
# TEMPORARY PATCH for fastsafetensors loading in cluster setup - tracking https://github.com/foundation-model-stack/fastsafetensors/issues/36
|
||||
#COPY fastsafetensors.patch .
|
||||
#RUN patch -p1 < fastsafetensors.patch
|
||||
# TEMPORARY PATCH for fastsafetensors loading in cluster setup - tracking https://github.com/vllm-project/vllm/issues/34180
|
||||
COPY fastsafetensors_mxfp4.patch .
|
||||
RUN patch -p1 < fastsafetensors_mxfp4.patch
|
||||
|
||||
# Final Compilation
|
||||
# We mount the ccache directory here. Ideally, map this to a host volume for persistence
|
||||
|
||||
Reference in New Issue
Block a user