Akhil2507 commited on
Commit
c9beb90
1 Parent(s): 1d18b01

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -75,7 +75,7 @@ def push_to_hub(hf_token, local_path, model_id):
75
 
76
  api.upload_file(
77
  path_or_fileobj=local_path,
78
- path_in_repo="Meta-Llama-3-8B-Instruct.bf16.gguf",
79
  repo_id=model_id
80
  )
81
 
 
75
 
76
  api.upload_file(
77
  path_or_fileobj=local_path,
78
+ path_in_repo="Meta-Llama-2-7B-Instruct.bf16.gguf",
79
  repo_id=model_id
80
  )
81