Update config.yaml
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
modelEmbeddings: "sentence-transformers/all-MiniLM-L6-v2"
|
2 |
autoTokenizer: "meta-llama/Llama-2-7b-chat-hf"
|
3 |
-
autoModelForCausalLM: "meta-llama/Llama-2-7b-chat-hf"
|
|
|
1 |
modelEmbeddings: "sentence-transformers/all-MiniLM-L6-v2"
|
2 |
autoTokenizer: "meta-llama/Llama-2-7b-chat-hf"
|
3 |
+
autoModelForCausalLM: "meta-llama/Llama-2-7b-chat-hf"
|