Spaces:
Runtime error
Runtime error
testbot
commited on
Commit
·
93b7cb2
1
Parent(s):
8c4ee1f
remove WIP in PR description
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def run(
|
|
102 |
yield _log(f"Destination model: {destination_url}")
|
103 |
pr = api.create_pull_request(
|
104 |
repo_id=destination_url.repo_id,
|
105 |
-
title=f"
|
106 |
description="This PR has been created using the [bloomz.cpp converter Space](https://huggingface.co/spaces/Wauplin/bloomz.cpp-converter). It adds weights compatible with the [bloomz.cpp](https://github.com/NouamaneTazi/bloomz.cpp#usage) project.",
|
107 |
)
|
108 |
pr_url = f"https://huggingface.co/{destination}/discussions/{pr.num}"
|
|
|
102 |
yield _log(f"Destination model: {destination_url}")
|
103 |
pr = api.create_pull_request(
|
104 |
repo_id=destination_url.repo_id,
|
105 |
+
title=f"Add {model_path.name} from bloomz.cpp converter.",
|
106 |
description="This PR has been created using the [bloomz.cpp converter Space](https://huggingface.co/spaces/Wauplin/bloomz.cpp-converter). It adds weights compatible with the [bloomz.cpp](https://github.com/NouamaneTazi/bloomz.cpp#usage) project.",
|
107 |
)
|
108 |
pr_url = f"https://huggingface.co/{destination}/discussions/{pr.num}"
|