diff --git a/README.md b/README.md index e87fa22..5447ff8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ai-suite-rocm-local -This is a simple project to make hosting multiple AI tools easily on Linux with AMD GPUs using ROCM locally (without docker). +This is a simple project to make hosting multiple AI tools easily on Linux with AMD GPUs using ROCM locally (without +docker). > [!WARNING] > Currently rewriting this project to be more modular and easier to use. This is a work in progress. @@ -20,7 +21,5 @@ Then you can run whichever service you want using their respectives run.sh scrip ./run.sh ``` - - *This has been tested on Fedora 40 with kernel 6.9.6 with an AMD RX 6800 XT.* diff --git a/prebuilts/entrypoint.sh b/prebuilts/entrypoint.sh old mode 100644 new mode 100755 diff --git a/utils.py b/utils.py index 5f24ba7..ad8fab0 100644 --- a/utils.py +++ b/utils.py @@ -6,7 +6,6 @@ from main import ROCM_VERSION, logger def get_prebuilts(repo_owner: str = "M4TH1EU", repo_name: str = "ai-suite-rocm-local", release_tag: str = f"prebuilt-whl-{ROCM_VERSION}") -> list: - api_url = f"https://api.github.com/repos/{repo_owner}/{repo_name}/releases/tags/{release_tag}" try: