fix: Update sample env file for gguf model
This commit is contained in:
parent
d75116abf0
commit
ead0dbd33f
@ -4,5 +4,5 @@ KEYCLOAK_ADMIN_PASSWORD=admin
|
|||||||
|
|
||||||
# Inference
|
# Inference
|
||||||
## LLM
|
## LLM
|
||||||
LLM_MODEL_URL=https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q4_1.bin
|
LLM_MODEL_URL=https://huggingface.co/TheBloke/CodeLlama-13B-GGUF/resolve/main/codellama-13b.Q3_K_L.gguf
|
||||||
LLM_MODEL_FILE=llama-2-7b-chat.ggmlv3.q4_1.bin
|
LLM_MODEL_FILE=llama-2-7b-chat.ggmlv3.q4_1.bin
|
||||||
Loading…
x
Reference in New Issue
Block a user