Skip to main content

save_model_merged

Method
This is a method of the UploadVisionModel class in the upload_vision module.
Save merged model to Hugging Face Hub.

Signature

def save_model_merged() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • exists
  • shutil.rmtree
  • push_to_hub_merged
  • os.getenv

Used By

Source

View on GitHub

praisonai/upload_vision.py at line 38