글 작성 - 23.3.15
업데이트 - 23.4.5
OpenAI의 ChatGPT는 정말 훌륭한 서비스이지만, 운영 및 보안적인 측면에서 컨트롤하기 어렵고 비용적인 문제도 발생한다. 만약 ChatGPT에 못지않은 성능을 내면서 자신만의 안전한 서버에서 실행할 수 있다면 어떨까?
최근 한달 사이에 ChatGPT를 겨냥한 오픈소스 프로젝트들이 많이 공개되었다.
물론 이러한 오픈소스 프로젝트들이 아직까지 ChatGPT, GPT-4와 동등한 성능이라 말하기 어렵다. 하지만, 꽤 준수한 성능을 보이고 있고, 최근 양자화 기술이 접목되어 개인 랩탑에서도 ChatGPT와 같은 LLM 모델을 실행할 수 있는 수준에 이르렀다.
이에 일부 주목받고 있는 오픈소스 LLM 프로젝트들에 대해 정리해보았다.
📌 blog : https://vicuna.lmsys.org/
📌 github : https://github.com/lm-sys/FastChat
📌 demo : https://chat.lmsys.org/
- Download the gpt4all-lora-quantized.bin file from Direct Link or Torrent-Magnet
- Clone this repository, navigate to chat, and place the downloaded file there.
- Run the appropriate command for your OS:
- M1 Mac/OSX:
cd chat;./gpt4all-lora-quantized-OSX-m1
- Linux:
cd chat;./gpt4all-lora-quantized-linux-x86
- Windows (PowerShell):
cd chat;./gpt4all-lora-quantized-win64.exe
- Intel Mac/OSX:
cd chat;./gpt4all-lora-quantized-OSX-intel
📌 technical report : https://s3.amazonaws.com/static.nomic.ai/gpt4all/2023_GPT4All_Technical_Report.pdf
📌 github : https://github.com/nomic-ai/gpt4all
📌 blog : https://medium.com/@yangyou_berkeley/colossalchat-an-open-source-solution-for-cloning-chatgpt-with-a-complete-rlhf-pipeline-5edf08fb538b
📌 github : https://github.com/hpcaitech/ColossalAI/tree/main/applications/Chat
📌 demo : https://chat.colossalai.org/