from huggingface_hub import upload_file upload_file( path_or_fileobj="./ggml-model-f16.gguf", path_in_repo="ggml-model-f16.gguf", repo_id="imi1/refact-1.6B-fim-f16-GGUF", create_pr=True, )