Skip to main content

push_model_gguf

Method
This is a method of the UploadVisionModel class in the upload_vision module.
Push model in GGUF format to Hugging Face Hub.

Signature

def push_model_gguf() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • push_to_hub_gguf
  • os.getenv

Used By

Source

View on GitHub

praisonai/upload_vision.py at line 51