set chmod +x entrypoint
This commit is contained in:
parent
11c9e812ec
commit
8d8560dd72
@ -1,6 +1,7 @@
|
|||||||
# ai-suite-rocm-local
|
# 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]
|
> [!WARNING]
|
||||||
> Currently rewriting this project to be more modular and easier to use. This is a work in progress.
|
> 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
|
./run.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*This has been tested on Fedora 40 with kernel 6.9.6 with an AMD RX 6800 XT.*
|
*This has been tested on Fedora 40 with kernel 6.9.6 with an AMD RX 6800 XT.*
|
||||||
|
|
||||||
|
0
prebuilts/entrypoint.sh
Normal file → Executable file
0
prebuilts/entrypoint.sh
Normal file → Executable file
1
utils.py
1
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",
|
def get_prebuilts(repo_owner: str = "M4TH1EU", repo_name: str = "ai-suite-rocm-local",
|
||||||
release_tag: str = f"prebuilt-whl-{ROCM_VERSION}") -> list:
|
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}"
|
api_url = f"https://api.github.com/repos/{repo_owner}/{repo_name}/releases/tags/{release_tag}"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user