From 8d8560dd72dedeb0065b713a9152999e809477c9 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Wed, 28 Aug 2024 14:02:08 +0200 Subject: [PATCH] set chmod +x entrypoint --- README.md | 5 ++--- prebuilts/entrypoint.sh | 0 utils.py | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) mode change 100644 => 100755 prebuilts/entrypoint.sh 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: