Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate integrating a local language model #165

Open
fwcd opened this issue Jul 7, 2024 · 1 comment
Open

Investigate integrating a local language model #165

fwcd opened this issue Jul 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fwcd
Copy link
Owner

fwcd commented Jul 7, 2024

Highly quantized language models that can run locally are getting more and more popular with even Chrome shipping a Gemini Nano model in their latest canary builds. Models like Phi-3-mini already achieve impressive performance for being comparatively small and support cross-platform inference using a Rust library named candle.

It would be cool if we could bundle such a model with D2, e.g. as a command and/or as a Conversator.

@fwcd fwcd added the enhancement New feature or request label Jul 7, 2024
@fwcd
Copy link
Owner Author

fwcd commented Jul 7, 2024

llama.cpp and llama.swift would be worth investigating, even though the latter might be primarily targeting Apple platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant