Yoxas commited on
Commit
42f249a
1 Parent(s): d3e9512

Update src/config.yaml

Browse files
Files changed (1) hide show
  1. src/config.yaml +2 -2
src/config.yaml CHANGED
@@ -1,3 +1,3 @@
1
  modelEmbeddings: "sentence-transformers/all-MiniLM-L6-v2"
2
- autoTokenizer: "meta-llama/Meta-Llama-3-8B-Instruct"
3
- autoModelForCausalLM: "meta-llama/Meta-Llama-3-8B-Instruct"
 
1
  modelEmbeddings: "sentence-transformers/all-MiniLM-L6-v2"
2
+ autoTokenizer: "gradientai/Llama-3-8B-Instruct-Gradient-1048k"
3
+ autoModelForCausalLM: "gradientai/Llama-3-8B-Instruct-Gradient-1048k"