carlex3321 commited on
Commit
23b2602
·
verified ·
1 Parent(s): e67b514

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -85,7 +85,7 @@ RUN pip install packaging ninja cmake pybind11 scikit-build cython hf_transfer n
85
 
86
  # Triton 3.x (sem triton.ops)
87
  RUN pip uninstall -y triton || true && \
88
- pip install -v --no-build-isolation triton==3.2.0
89
 
90
  # FlashAttention 2.8.x
91
  #RUN pip install flash-attn==2.8.3 --no-build-isolation || \
 
85
 
86
  # Triton 3.x (sem triton.ops)
87
  RUN pip uninstall -y triton || true && \
88
+ pip install -v --no-build-isolation triton==3.1.0
89
 
90
  # FlashAttention 2.8.x
91
  #RUN pip install flash-attn==2.8.3 --no-build-isolation || \