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

ollama and continue: Free and Without-Internet alternative of GitHub Copilot! #415

Closed
yuiseki opened this issue Mar 3, 2024 · 2 comments
Assignees

Comments

@yuiseki
Copy link
Member

yuiseki commented Mar 3, 2024

Information

  • https://github.com/ollama/ollama
    • Basically, It is a wrapper for llama.cpp
    • It keeps llama.cpp server running in the background as a service of the system
    • In addition, multiple LLMs can be switched to perform inference without stopping the server
    • ollama manages LLMs in repositories with a Docker-like concept, so that models can be handled simply by pulling them
  • https://github.com/continuedev/continue
    • VSCode Extension, Free and Without-Internet alternative of GitHub Copilot
    • Smooth integration with ollama

Message

  • I have confirmed that ollama works perfectly fine on my Raspberry Pi
  • This means that it is possible to provide coding assistance with LLMs at extremely low cost and without Internet connectivity
@hfu
Copy link
Contributor

hfu commented Mar 3, 2024

ollama すごいですね!私の手元の Raspberry Pi 4B 8GB でもゆっくりとですが動きました。

image

@yuiseki
Copy link
Member Author

yuiseki commented Mar 9, 2024

情報共有の役目は果たせたと思うので閉じます 🚀

@yuiseki yuiseki closed this as completed Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants