WTMO-dev
AI
CV
basic
DL
basic
ML
basic
NLP
basic
dspy
hugging face
llama index
ollama
C++
basic
COMPUTER SCIENCE
basic
ETC
GIT
Blog
basic
IDE
VSC
python
setting
JAVA
basic
MATH
Basic
Statistic
NETWORK
basic
OS
Window
WSL
basic
basic
PROJECT
PYTHON
Advance
Basic
Framework
Django
FastAPI
Library
Module
Home
PROJECT PRACTICE
Crawling
EDA
Kaggle
Python
CV
Contact
Copyright © 2024
WTMO-dev
Home
>
AI
>
NLP
> ollama
Now Loading ...
ollama
Ollama intro
How to start 우선 ollama를 설치하여 진행해야하기 때문에 아래에서 OS에 맞는 ollama를 우선 설치해야 합니다. ollama를 설치하였다면 사용할 모델을 아래와 같이 받으면 됩니다. {% highlight shell %} ollama pull {% endhighlight %} 다운받을 수있는 모델은 다음 홈페이지에서 확인이 가능합니다. ollama check installed model 설치한 모델을 확인하려면 다음과 같이 확인이 가능합니다. {% highlight shell %} ollama list {% endhighlight %} check installed model info 설치한 모델의 정보를 확인하려면 다음과 같이 확인이 가능합니다. {% highlight shell %} ollama show {--license, --modelfile, --parameters, --system, --template} {% endhighlight %} copy installed model 설치한 모델을 복제하려면 다음과 같이 진행이 가능합니다. {% highlight shell %} ollama cp {% endhighlight %} run model in CLI 설치한 모델을 CLI에서 실행하려면 다음과 같이 진행이 가능합니다. {% highlight shell %} ollama run {% endhighlight %} remove installed model 설치한 모델을 삭제하려면 다음과 같이 진행이 가능합니다. {% highlight shell %} ollama rm {% endhighlight %}
AI
/
NLP
/
ollama
· 2024-03-01
<
>
Touch background to close