We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0138e commit cfbb876Copy full SHA for cfbb876
1 file changed
build_vllm_s390x.sh
@@ -88,6 +88,7 @@ cd xet-core/hf_xet/
88
uv pip install maturin patchelf
89
sed -i '/python-source/d' pyproject.toml
90
python -m maturin build --release --out "${WHEEL_DIR}"
91
+uv pip uninstall -y maturin patchelf
92
93
# -------------------------
94
# Build LLVM 15 from source
@@ -196,6 +197,7 @@ git checkout tags/${OUTLINES_CORE_VERSION}
196
197
sed -i 's/version = "0.0.0"/version = "'"${OUTLINES_CORE_VERSION}"'"/' Cargo.toml
198
uv pip install maturin
199
200
201
202
203
# Build wheel for OpenCV-Headless
0 commit comments