install pybind11 for fa3 build
This commit is contained in:
@@ -39,6 +39,7 @@ RUN git lfs install --skip-repo && \
|
|||||||
pip3 install -U --no-cache-dir pydantic==1.10.10
|
pip3 install -U --no-cache-dir pydantic==1.10.10
|
||||||
|
|
||||||
RUN if [ "$TORCH_CUDA_ARCH_LIST" = "9.0+PTX" ] ; then \
|
RUN if [ "$TORCH_CUDA_ARCH_LIST" = "9.0+PTX" ] ; then \
|
||||||
|
pip install "pybind11[global]"; \
|
||||||
git clone https://github.com/Dao-AILab/flash-attention.git; \
|
git clone https://github.com/Dao-AILab/flash-attention.git; \
|
||||||
cd flash-attention; \
|
cd flash-attention; \
|
||||||
git checkout v2.7.4.post1; \
|
git checkout v2.7.4.post1; \
|
||||||
|
|||||||
Reference in New Issue
Block a user