Replies: 1 comment
-
The LLAMA_MODELS:
MISTRAL_MODELS:
To proceed, you can choose from the supported models listed above [1]. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using llama-index-llms-fireworks 0.1.7 . I'm not able to use firefunction-v2 with Llama index, I'm getting the following error:
ValueError: Unknown model: accounts/fireworks/models/firefunction-v2. Please provide a valid Fireworks model name. Known models are: accounts/fireworks/models/llama-v2-7b-chat, accounts/fireworks/models/llama-v2-13b-chat, accounts/fireworks/models/llama-v2-70b-chat, accounts/fireworks/models/llama-v2-34b-code-instruct, accounts/fireworks/models/llamaguard-7b, accounts/fireworks/models/llama-v3-8b-instruct, accounts/fireworks/models/llama-v3-70b-instruct, accounts/fireworks/models/llama-v3p1-8b-instruct, accounts/fireworks/models/llama-v3p1-70b-instruct, accounts/fireworks/models/llama-v3p1-405b-instruct, accounts/fireworks/models/mistral-7b-instruct-4k, accounts/fireworks/models/mixtral-8x7b-instruct, accounts/fireworks/models/firefunction-v1, accounts/fireworks/models/mixtral-8x22b-instruct
code:
Is Llama Index not supported with V2 ?
Beta Was this translation helpful? Give feedback.
All reactions