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

Replace [dev] requirements with [gpu] #86

Closed StephanAkkerman closed 1 week ago

StephanAkkerman commented 1 week ago
  1. Description:

    • Problem: No reason to use pip install -e .[dev] at the moment, however [GPU] would be more useful. We should add faiss-gpu and torch GPU packages here.

    • Solution: See problem, just remove dev and add gpu

    • Prerequisites: [List any requirements or dependencies needed before starting.]

  2. Tasks:

    • remove dev
    • add gpu
    • update
  3. Additional context Add any other context or screenshots about the feature request here.