Skip to content

Commit

Permalink
Debug nightly faiss build (#4228)
Browse files Browse the repository at this point in the history
Summary:

Debug nightly faiss build

Differential Revision: D70742759
  • Loading branch information
satymish authored and facebook-github-bot committed Mar 10, 2025
1 parent 653be59 commit ff77c1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conda/faiss/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ outputs:
- mkl-devel >=2023.2.0 # [x86_64 and not win]
- mkl-devel =2023.1.0 # [x86_64 and win]
- python_abi =3.12
- vc14_runtime =14.42.34433 # [win]
{% endif %}
host:
- python {{ python }}
Expand All @@ -60,6 +61,7 @@ outputs:
- mkl >=2023.2.0 # [x86_64 and not win]
- mkl =2023.1.0 # [x86_64 and win]
- python_abi =3.12
- vc14_runtime =14.42.34433 # [win]
{% endif %}
- openblas =0.3.29 # [not x86_64]
run:
Expand All @@ -71,6 +73,7 @@ outputs:
- mkl >=2023.2.0 # [x86_64 and not win]
- mkl =2023.1.0 # [x86_64 and win]
- python_abi =3.12
- vc14_runtime =14.42.34433 # [win]
{% endif %}
- openblas =0.3.29 # [not x86_64]
test:
Expand Down Expand Up @@ -106,6 +109,7 @@ outputs:
- mkl >=2023.2.0 # [x86_64 and not win]
- mkl =2023.1.0 # [x86_64 and win]
- python_abi =3.12
- vc14_runtime =14.42.34433 # [win]
{% endif %}
host:
- python {{ python }}
Expand All @@ -119,6 +123,7 @@ outputs:
- mkl >=2023.2.0 # [x86_64 and not win]
- mkl =2023.1.0 # [x86_64 and win]
- python_abi =3.12
- vc14_runtime =14.42.34433 # [win]
{% endif %}
run:
- python {{ python }}
Expand All @@ -132,6 +137,7 @@ outputs:
- mkl >=2023.2.0 # [x86_64 and not win]
- mkl =2023.1.0 # [x86_64 and win]
- python_abi =3.12
- vc14_runtime =14.42.34433 # [win]
{% endif %}
test:
requires:
Expand Down

0 comments on commit ff77c1f

Please sign in to comment.