Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
imi1
/
refact-1.6B-fim-f16-GGUF
like
0
GGUF
Inference Endpoints
Model card
Files
Files and versions
Community
1
Deploy
Use this model
imi1
commited on
Sep 26, 2023
Commit
a473cac
·
1 Parent(s):
2a5edd9
Create test.txt
Browse files
Files changed (1)
hide
show
test.txt
+8
-0
test.txt
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
from huggingface_hub import upload_file
2
+
3
+
upload_file(
4
+
path_or_fileobj="./ggml-model-f16.gguf",
5
+
path_in_repo="ggml-model-f16.gguf",
6
+
repo_id="imi1/refact-1.6B-fim-f16-GGUF",
7
+
create_pr=True,
8
+
)