Spaces:
Paused
Paused
Update builder.sh
Browse files- builder.sh +3 -3
builder.sh
CHANGED
|
@@ -201,9 +201,9 @@ build_triton() {
|
|
| 201 |
rm -rf /app/wheels/src/triton
|
| 202 |
git clone --depth 1 https://github.com/openai/triton.git /app/wheels/src/triton
|
| 203 |
# Sugeridos (opcional):
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
|
| 207 |
pushd /app/wheels/src/triton >/dev/null
|
| 208 |
pip wheel --no-build-isolation --no-deps . -w /app/wheels || true
|
| 209 |
popd >/dev/null
|
|
|
|
| 201 |
rm -rf /app/wheels/src/triton
|
| 202 |
git clone --depth 1 https://github.com/openai/triton.git /app/wheels/src/triton
|
| 203 |
# Sugeridos (opcional):
|
| 204 |
+
export TRITON_BUILD_WITH_CLANG_LLD=true
|
| 205 |
+
export TRITON_BUILD_WITH_CCACHE=true
|
| 206 |
+
export TRITON_HOME=/app/.triton
|
| 207 |
pushd /app/wheels/src/triton >/dev/null
|
| 208 |
pip wheel --no-build-isolation --no-deps . -w /app/wheels || true
|
| 209 |
popd >/dev/null
|