File size: 205 Bytes
a473cac |
1 2 3 4 5 6 7 8 |
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, ) |