Reorganize model loading UI completely (#2720)

This commit is contained in:
oobabooga 2023-06-16 19:00:37 -03:00 committed by GitHub
parent 57be2eecdf
commit 7ef6a50e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 365 additions and 243 deletions

View file

@ -1,6 +1,7 @@
import os
import subprocess
def clone_or_pull_repository(github_url):
repository_folder = "extensions"
repo_name = github_url.split("/")[-1].split(".")[0]