StephanAkkerman / FluentAI

Automating language learning with the power of Artificial Intelligence. This repository presents FluentAI, a tool that combines Fluent Forever techniques with AI-driven automation. It streamlines the process of creating Anki flashcards, making language acquisition faster and more efficient.
https://akkerman.ai/FluentAI/
MIT License
9 stars 1 forks source link

Try out faiss gpu #31

Closed StephanAkkerman closed 1 week ago

StephanAkkerman commented 1 month ago

https://pypi.org/project/faiss-gpu/

This might increase phonetic sim performance

StephanAkkerman commented 3 weeks ago

GPU is only available on Linux, we could do it if we use docker instead: https://github.com/facebookresearch/faiss/blob/main/INSTALL.md

faiss-gpu, containing both CPU and GPU indices, is available on Linux (x86-64 only) for CUDA 11.4 and 12.1

StephanAkkerman commented 1 week ago

Could use wsl for this

StephanAkkerman commented 1 week ago

Considering the speed of the CPU version, this is not necessary