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
let api = ApiBuilder::new().with_progress(true).build()?;
45
-
let name = configuration
46
-
.model
47
-
.name
48
-
.as_ref()
49
-
.context("Please set `name` to use LLaMA.cpp")?;
50
-
error!("Loading in: {} - {}\nIf this model has not been loaded before it may take a few minutes to download it. Please hangtight.", configuration.model.repository, name);
51
-
let repo = api.model(configuration.model.repository.to_owned());
0 commit comments