R/api.R
bebel_model_load.Rd
Load a BebeLM GGUF model
bebel_model_load(path, num_threads = NULL)
Path to the GGUF weights file.
Optional Rayon global thread-pool size. This can only be set once per R process.
A BebelModel object.
BebelModel