tidy(mm): rename ckpt "last_modified" -> "converted_at"

Clarify what this timestamp means
This commit is contained in:
psychedelicious
2024-03-01 15:27:41 +11:00
parent 9b40c28144
commit bd4fd9693d
5 changed files with 7 additions and 9 deletions

View File

@ -74,7 +74,7 @@ example_model_config = {
"current_hash": "string",
"description": "string",
"source": "string",
"last_modified": 0,
"converted_at": 0,
"variant": "normal",
"prediction_type": "epsilon",
"repo_variant": "fp16",