Replies: 1 comment
-
|
Normally you can specifiy |
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.
-
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