Interesting LLM open source code
In this article, I’d like to put some interesting open source LLM code links.
From the star number change, we can have some interesting observations:
- Llama-cpp is more popular than the original Llama. Does this mean quite many people are checking the possibility of local deployment of the llama model although it is not allowed for commercial usage?
- The gpt4all attracts so many attention at the beginning of the release. Does this because it has a good name which contains gpt4?
nomic-ai/gpt4all
An ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue
facebookresearch/llama
Inference code for LLaMA models
ggerganov/llama.cpp
Port of Facebook’s LLaMA model in C/C++
tatsu-lab/stanford_alpaca
Code and documentation to train Stanford’s Alpaca models, and generate the data.
mlc-ai/web-llm
Bringing large-language models and chat to web browsers. Everything runs inside the browser with no server support.
If we want to check a more timely comparison, can check this Open LLM Leaderboard.
Reference
[1] 14 OPEN SOURCE ALTERNATIVES TO CHATGPT — BUILD YOUR OWN CLONE FOR FREE