#이맥스 #인공지능 #패키지 #활용법
#이맥스 #인공지능 #패키지 #활용법
2024-06-20 Note emacs gptel llmclient notes ollamaCANCELLED org-ai
ellama
Ellama is a tool for interacting with large language models from Emacs.
4.1GB https://ollama.com/library/zephyr
➜ curl -fsSL https://ollama.com/install.sh | sh
➜ ollama pull zephyr
pulling manifest
pulling 730ebed2578e... 100% ▕████████████████████████████████████████████████▏ 4.1 GB
pulling a406579cd136... 100% ▕████████████████████████████████████████████████▏ 1.1 KB
pulling a96be15318d6... 100% ▕████████████████████████████████████████████████▏ 101 B
pulling fa956ab37b8c... 100% ▕████████████████████████████████████████████████▏ 98 B
pulling 7d3eb0692a36... 100% ▕████████████████████████████████████████████████▏ 483 B
verifying sha256 digest
writing manifest
removing any unused layers
success
(base) ~ via v20.14.0 took 5m26s
➜
gptel
프로그램
ollama 설치
DONE ollama elisa install
[icon and emoji on web development::nil]
https://github.com/s-kostyaev/elisa?tab=readme-ov-file
여기서 설치 방법을 보라.
먼저 ollama 를 설치한다.
ollama
curl -fsSL https://ollama.com/install.sh | sh
sqlite-vss 를 설치한다. asg017/sqlite-vss - github.com
sudo apt-get install -y libgomp1 libatlas-base-dev liblapack-dev
npm install sqlite-vss
ollama 가져온다.
ollama pull nomic-embed-text
ollama pull sskostyaev/openchat:8k-rag
-------------
~/doomemacs/.local/cache/elisa master ?1
➜ ollama pull nomic-embed-text
ollama pull sskostyaev/openchat:8k-rag
pulling manifest
pulling 970aa74c0a90... 100% ▕████████████████████████████████████████████████▏ 274 MB
pulling c71d239df917... 100% ▕████████████████████████████████████████████████▏ 11 KB
pulling ce4a164fc046... 100% ▕████████████████████████████████████████████████▏ 17 B
pulling 31df23ea7daa... 100% ▕████████████████████████████████████████████████▏ 420 B
verifying sha256 digest
writing manifest
removing any unused layers
success
Related-Notes
References
마지막 수정일자