carlex3321 commited on
Commit
70adea5
·
verified ·
1 Parent(s): a50506b

Update builder.sh

Browse files
Files changed (1) hide show
  1. 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
- # 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
 
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