Skip to content

Commit

Permalink
updating model repo organisation reach-vb -> suno
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavs10 committed Apr 28, 2023
1 parent 27ff4f9 commit e0f2d11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bark/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,32 +93,32 @@ def autocast():

REMOTE_MODEL_PATHS = {
"text_small": {
"repo_id": "reach-vb/bark",
"repo_id": "suno/bark",
"file_name": "text.pt",
"checksum": "b3e42bcbab23b688355cd44128c4cdd3",
},
"coarse_small": {
"repo_id": "reach-vb/bark",
"repo_id": "suno/bark",
"file_name": "coarse.pt",
"checksum": "5fe964825e3b0321f9d5f3857b89194d",
},
"fine_small": {
"repo_id": "reach-vb/bark",
"repo_id": "suno/bark",
"file_name": "fine.pt",
"checksum": "5428d1befe05be2ba32195496e58dc90",
},
"text": {
"repo_id": "reach-vb/bark",
"repo_id": "suno/bark",
"file_name": "text_2.pt",
"checksum": "54afa89d65e318d4f5f80e8e8799026a",
},
"coarse": {
"repo_id": "reach-vb/bark",
"repo_id": "suno/bark",
"file_name": "coarse_2.pt",
"checksum": "8a98094e5e3a255a5c9c0ab7efe8fd28",
},
"fine": {
"repo_id": "reach-vb/bark",
"repo_id": "suno/bark",
"file_name": "fine_2.pt",
"checksum": "59d184ed44e3650774a2f0503a48a97b",
},
Expand Down

0 comments on commit e0f2d11

Please sign in to comment.