GGUF Model

#2
by Pecc - opened

Can I load the model with the standard from_pretained model and tokenizer fro transformers library?

no you'll want to use the a llama.cpp library like this one:

https://github.com/abetlen/llama-cpp-python

Sign up or log in to comment