I think a crucial step now is to first download the model in safetensors format and the config.json. We then need to implement the interpretation of the config.json to restore the model's architecture and reassign the weights to their corresponding model layers. These are all very critical steps.