|
|
|
|
|
by superkuh
568 days ago
|
|
I'd say avoid pulling in all the python and containers required and just download the gguf from huggingface website directly in a browser rather than doing is programmatically. That sidesteps a lot of this project's complexity since nothing about llama.cpp requires those heavy deps or abstractions. |
|
However, I still find it useful to know how to do that manually.