Llama3, phi-3 model 사용해보기
Meta에서 공개한 Llama3 및 Microsoft 에서 공개한 phi-3 LLM 및 SLM 모델 빠르게 사용해보기
1. Ollama 설치
Ollama
Get up and running with large language models.
ollama.com
Github https://github.com/ollama/ollama
우분투에서 아래 명령으로 설치
curl https://ollama.ai/install.sh | sh
2. Meta Llama3 실행
Llama3 소개 https://ai.meta.com/blog/meta-llama-3/
GIthub (https://github.com/meta-llama/llama3)
Introducing Meta Llama 3: The most capable openly available LLM to date
In the development of Llama 3, we looked at model performance on standard benchmarks and also sought to optimize for performance for real-world scenarios. To this end, we developed a new high-quality human evaluation set. This evaluation set contains 1,800
ai.meta.com
ollama run llama3
3. Microsoft Phi-3 실행
Getting Started - Generative AI with Phi-3-mini: A Guide to Inference and Deployment
Getting started with Microsoft Phi-3-mini - Inference Phi-3-mini models, Discover how Phi-3-mini, a new series of models from Microsoft, enables deployment of..
techcommunity.microsoft.com
Github https://github.com/Azure-Samples/Phi-3MiniSamples
ollama run phi3