Skip to content

Commit fd3403e

Browse files
alibeklfcmeta-codesync[bot]
authored andcommitted
Update backward compatibility test to v1.14.2 (#5228)
Summary: - Update backward compatibility test to use faiss-cpu=1.14.2 Pull Request resolved: #5228 Test Plan: - [ ] CI passes - [ ] Backward compatibility test uses correct version Reviewed By: junjieqi Differential Revision: D105979285 Pulled By: alibeklfc fbshipit-source-id: b777151894234abe063d712ee147dd4916425d0c
1 parent 9137034 commit fd3403e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/index-io-backward-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
eval "$(conda shell.bash hook)"
5353
conda create -n faiss_conda_read -y python=3.12
5454
conda activate faiss_conda_read
55-
conda install -y -c pytorch -c conda-forge faiss-cpu=1.14.1 "mkl>=2024.2.2,<2026"
55+
conda install -y -c pytorch -c conda-forge faiss-cpu=1.14.2 "mkl>=2024.2.2,<2026"
5656
conda list
5757
5858
- name: Run Conda reader (read Faiss index and verify)
@@ -89,7 +89,7 @@ jobs:
8989
eval "$(conda shell.bash hook)"
9090
conda create -n faiss_conda_write -y python=3.12
9191
conda activate faiss_conda_write
92-
conda install -y -c pytorch -c conda-forge faiss-cpu=1.14.1 "mkl>=2024.2.2,<2026"
92+
conda install -y -c pytorch -c conda-forge faiss-cpu=1.14.2 "mkl>=2024.2.2,<2026"
9393
conda list
9494
9595
- name: Create shared data directory

0 commit comments

Comments
 (0)