NoaiGPT commited on
Commit
e56d526
1 Parent(s): 3b60cb1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def run_merge_and_push():
69
 
70
  # Generate a unique repository name
71
  timestamp = int(time.time())
72
- hub_repo_name = f"your-username/merged-llama3-8b-instruct-{timestamp}"
73
 
74
  # Push to Hugging Face Hub
75
  push_to_hub(hub_repo_name)
 
69
 
70
  # Generate a unique repository name
71
  timestamp = int(time.time())
72
+ hub_repo_name = f"NoaiGPT/merged-llama3-8b-instruct-{timestamp}"
73
 
74
  # Push to Hugging Face Hub
75
  push_to_hub(hub_repo_name)