Skip to content

Commit

Permalink
chore: bump Llama to 3.2 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler authored Feb 18, 2025
1 parent d4ea230 commit 3bd5b91
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dgraph-modus-example/backend/modus.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"models": {
"text-generator": {
"sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"sourceModel": "meta-llama/Llama-3.2-3B-Instruct",
"provider": "hugging-face",
"connection": "hypermode"
}
Expand Down
2 changes: 1 addition & 1 deletion modus-getting-started/modus.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"models": {
"text-generator": {
"sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"sourceModel": "meta-llama/Llama-3.2-3B-Instruct",
"provider": "hugging-face",
"connection": "hypermode"
}
Expand Down
2 changes: 1 addition & 1 deletion modus-press/modus.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"models": {
"llama": {
"sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"sourceModel": "meta-llama/Llama-3.2-3B-Instruct",
"provider": "hugging-face",
"connection": "hypermode"
}
Expand Down
2 changes: 1 addition & 1 deletion modus101/modus.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"models": {
"text-generator": {
"sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"sourceModel": "meta-llama/Llama-3.2-3B-Instruct",
"provider": "hugging-face",
"connection": "hypermode"
}
Expand Down
2 changes: 1 addition & 1 deletion modushack-data-models/modus.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"models": {
"text-generator": {
"sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"sourceModel": "meta-llama/Llama-3.2-3B-Instruct",
"provider": "hugging-face",
"connection": "hypermode"
}
Expand Down
4 changes: 2 additions & 2 deletions rag/rag-mdfiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Additionally
We are using

- `sentence-transformers/all-MiniLM-L6-v2` for the embedding
- `meta-llama/Meta-Llama-3.1-8B-Instruct` for text generation All models are shared models hosted by
- `meta-llama/Llama-3.2-3B-Instruct` for text generation All models are shared models hosted by
Hypermode.

Login to Hypermode to get access to those model before running this project locally.
Expand Down Expand Up @@ -117,7 +117,7 @@ text-generator

```json
"text-generator": {
"sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"sourceModel": "meta-llama/Llama-3.2-3B-Instruct",
"connection": "hypermode",
"provider": "hugging-face"
},
Expand Down
2 changes: 1 addition & 1 deletion rag/rag-mdfiles/api-as/modus.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"provider": "hugging-face"
},
"text-generator": {
"sourceModel": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"sourceModel": "meta-llama/Llama-3.2-3B-Instruct",
"connection": "hypermode",
"provider": "hugging-face"
}
Expand Down

0 comments on commit 3bd5b91

Please sign in to comment.