install faiss in colab

Shell
!apt install libomp-dev
!python -m pip install --upgrade faiss faiss-gpu
import faiss

Source

Also in Shell: