UploadVisionModel
Defined in the upload_vision module.
Constructor
No description available.
Methods
load_config()
Load configuration from yaml file.
prepare_model()
Load the trained model for uploading.
save_model_merged()
Save merged model to Hugging Face Hub.
push_model_gguf()
Push model in GGUF format to Hugging Face Hub.
prepare_modelfile_content()
Prepare Ollama modelfile content using Llama 3.2 vision template.
create_and_push_ollama_model()
Create and push model to Ollama.
upload()
Upload the model to specified targets.

