Meta-Llama-3.1-70B-Instruct and HuggingFaceTGIGenerator? #8208
Replies: 1 comment 1 reply
-
Hi @JulienGuyLI . Seems like this is an issue with Meta-Llama-3.1-70B-Instruct model. Here is a discussion related to this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am calling Meta-Llama-3.1-70B-Instruct using Haystack v2.0's HuggingFaceTGIGenerator in the context of a RAG application:
Although this model is advertised as having a 128k context window size, as opposed to Meta-Llama-3.1-70B-Instruct's 8k context window size, I get the following error:
I am puzzled as to whether this model's context window is purposefully limited to 8k tokens by HuggingFace
or if this is an issue of compatibility with Haystack 2.0? Any hints would be appreciated here.
Beta Was this translation helpful? Give feedback.
All reactions