반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Linux
- 리눅스
- GGUF
- modelfile
- 퍼이썬
- python pip
- 버전
- 핍
- capacity
- daemon.json
- LLM
- 용량
- reverse-proxy
- Volumes
- FileSystemError
- IQN
- AI
- path-style
- error
- Python
- 패키지
- nginx-proxy
- docker
- HuggingFace
- 파이썬
- ollama
- python3
- pip3 upgrade
- Save
- virtual-hosted-style
Archives
- Today
- Total
목록ollama (2)
chargingport

ggufgguf 파일 다운로드 후 모델파일과 동일한 디렉토리에 저장 ModelfileFROM ggml-model-Q5_K_M.ggufTEMPLATE """{{- if .System }}{{ .System }}{{- end }}Human:{{ .Prompt }}Assistant:"""SYSTEM """A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."""PARAMETER temperature 0PARAMETER stop PARAMETER stop ollama 모델생성# 모델 ..
카테고리 없음
2024. 10. 4. 16:56
Ollama Modelfile 위치
Docker Container~/.ollama/models Linux /usr/share/ollama/.ollama/models. WindowsC:\Users.ollama\models. Mac~/.ollama/models. 용량확장 (디렉토리 변경)cd ~/.ollama # ollama 디렉토리 접속rm -rf models # 기존 모델 디렉토리 삭제 - 필요시 백업 사전진행ln -s /mnt/newVolume ~/.ollama/models # symlink 생성ls -l ~/.ollama # 확인
NOTES/ETC
2024. 10. 4. 13:12