asd
Browse files
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"
|
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)
|