teddylee777 / langchain-kr

LangChain 공식 Document, Cookbook, 그 밖의 실용 예제를 바탕으로 작성한 한국어 튜토리얼입니다. 본 튜토리얼을 통해 LangChain을 더 쉽고 효과적으로 사용하는 방법을 배울 수 있습니다.
https://wikidocs.net/book/14314
Apache License 2.0
978 stars 233 forks source link

Modelfile 구문 오류 #2

Open corean opened 4 months ago

corean commented 4 months ago

ollama 등록하는중에 오류가 있습니다.

https://github.com/teddylee777/langserve_ollama/blob/main/ollama-modelfile/EEVE-Korean-Instruct-10.8B-v1.0/Modelfile

ollama create EEVE-Korean-10.8B -f EEVE-Korean-Instruct-10.8B-v1.0-GGUF/Modelfile
transferring model data
creating model layer
creating template layer
creating system layer
creating parameters layer
Error: unknown parameter 'TEMPERATURE'

오류나는 부분: PARAMETER TEMPERATURE 0

소문자로 변경하니 오류없이 등록됩니다. PARAMETER temperature 0

corean commented 4 months ago

잘못된 저장소에 올렸네요. 죄송합니다.

teddylee777 commented 4 months ago

감사합니다. 해당 Repository 에 업데이트 하도록 하겠습니다^^