imi1's picture
Create test.txt
a473cac
raw
history blame contribute delete
No virus
205 Bytes
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,
)