Skip to content

Commit

Permalink
Adding support in FireworksAI for Meta 3.2 Models: 1b-instruct; 3b-in…
Browse files Browse the repository at this point in the history
…struct; 11b-vision; 90b-vision (#16349)
  • Loading branch information
mbonet authored Oct 3, 2024
1 parent f1afe25 commit c98d355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"accounts/fireworks/models/llama-v3p1-8b-instruct": 131072,
"accounts/fireworks/models/llama-v3p1-70b-instruct": 131072,
"accounts/fireworks/models/llama-v3p1-405b-instruct": 131072,
"accounts/fireworks/models/llama-v3p2-1b-instruct": 131072,
"accounts/fireworks/models/llama-v3p2-3b-instruct": 131072,
"accounts/fireworks/models/llama-v3p2-11b-vision-instruct": 131072,
"accounts/fireworks/models/llama-v3p2-90b-vision-instruct": 131072,
}

MISTRAL_MODELS = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description = "llama-index llms fireworks integration"
license = "MIT"
name = "llama-index-llms-fireworks"
readme = "README.md"
version = "0.2.0"
version = "0.2.1"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit c98d355

Please sign in to comment.