Huong
commited on
Commit
·
078db05
1
Parent(s):
a02a0bb
updating with correct repo_url
Browse files- install_dependencies.py +1 -1
install_dependencies.py
CHANGED
|
@@ -24,7 +24,7 @@ def install_private_repos():
|
|
| 24 |
return False
|
| 25 |
|
| 26 |
# Install olmoasr from private repository
|
| 27 |
-
repo_url = f"git+https://{github_token}@github.com/
|
| 28 |
|
| 29 |
try:
|
| 30 |
print("Installing olmoasr from private repository...")
|
|
|
|
| 24 |
return False
|
| 25 |
|
| 26 |
# Install olmoasr from private repository
|
| 27 |
+
repo_url = f"git+https://{github_token}@github.com/allenai/OLMoASR.git"
|
| 28 |
|
| 29 |
try:
|
| 30 |
print("Installing olmoasr from private repository...")
|