Removed temp fastsafetensors patch

This commit is contained in:
Eugene Rakhmatulin
2026-02-09 10:21:14 -08:00
parent 06e8817f18
commit 2923fe6ea5
3 changed files with 10 additions and 4 deletions

View File

@@ -216,8 +216,8 @@ RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \
# 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
# COPY fastsafetensors.patch .
# RUN patch -p1 < fastsafetensors.patch
# Final Compilation
# We mount the ccache directory here. Ideally, map this to a host volume for persistence