You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
huggingface_hub.utils._errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-6690e5d5-4978736529503d587c114cbc;e2cb1a51-9148-40e0-8856-28c1397c7cb9)
Entry Not Found for url: https://huggingface.co/bartowski/Smaug-Llama-3-70B-Instruct-32K-GGUF/resolve/main/Smaug-Llama-3-70B-Instruct-32K-Q6_K.gguf.
I think this is because "Q6_K.gguf" corresponds to the folder containing the models. The folder structure is
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have no problem downloading single-file models, but for larger ones like llama3 70B Q6_K, they are split to multiple files.
When I run
I get the error
I think this is because "Q6_K.gguf" corresponds to the folder containing the models. The folder structure is
So I ran
but this time I get a different error:
I know I can wget the files and cat them together, but I wanted to check if the project has this feature to begin with?
Beta Was this translation helpful? Give feedback.
All reactions