imi1 commited on
Commit
a473cac
1 Parent(s): 2a5edd9

Create test.txt

Browse files
Files changed (1) hide show
  1. test.txt +8 -0
test.txt ADDED
@@ -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
+ )