remove log

This commit is contained in:
OlivierDehaene 2024-01-09 15:35:34 +01:00
parent 3d082ccba4
commit 55605a1247

View File

@ -387,8 +387,6 @@ pub async fn get_base_tokenizer(api: &Api, api_repo: &ApiRepo) -> Option<Tokeniz
// Read the JSON contents of the file as an instance of `User`.
let config: serde_json::Value = serde_json::from_reader(reader).ok()?;
tracing::info!("{config}");
if let Some(serde_json::Value::String(base_model_id)) = config.get("base_model_name_or_path") {
let api_base_repo = api.repo(Repo::with_revision(
base_model_id.to_string(),