update on this issue.
I had been hasty when I ran through demo install and neglected to update poetry …
-
pip install huggingface_hub
-
poetry add huggingface_hub
that made import hugginface_hub work…
now I’m on to the challenge of getting the pipeline to work with a huggingface AWS endpoint…
for models like meta-llama/Meta-Llama-3-8B … a URL is given ( paid versions )
Any thoughts about how to configure an LLM endpoint via AWS url, please share… !
Thanks