Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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.
|
| 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 || \
|