diff --git a/README.md b/README.md index d837503b..aff0ff1e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ -![image](https://github.com/user-attachments/assets/5db944d7-806f-48b7-bca9-4689255b3b0f) +# Project undergoing rewrite +The project is undergoing a complete rewrite in python3, the dependancy on containers will be removed. It will run on macOS and Linux native at a minimum and will support running and serving from the following types of repos: huggingface, oci, ollama. + +You can still play away with the POC though :) # ramalama @@ -10,7 +13,7 @@ The goal of ramalama is to make AI even more boring. Install ramalama by running this one-liner: ``` -curl -fsSL https://raw.githubusercontent.com/ericcurtin/ramalama/s/install.sh | sudo bash +curl -fsSL https://raw.githubusercontent.com/containers/ramalama/s/install.sh | sudo bash ``` ## Usage diff --git a/ci.sh b/ci.sh index aea50e04..aa25d495 100755 --- a/ci.sh +++ b/ci.sh @@ -4,7 +4,7 @@ main() { set -ex -o pipefail ./podman-build.sh - curl -fsSL https://raw.githubusercontent.com/ericcurtin/ramalama/main/install.sh | sudo bash + curl -fsSL https://raw.githubusercontent.com/containers/ramalama/main/install.sh | sudo bash set +o pipefail ramalama -h | grep Usage: diff --git a/install.sh b/install.sh index f79585f7..0d529b70 100755 --- a/install.sh +++ b/install.sh @@ -62,7 +62,7 @@ main() { TMP="$(mktemp -d)" trap cleanup EXIT local from="ramalama" - local url="raw.githubusercontent.com/ericcurtin/ramalama/s/$from" + local url="raw.githubusercontent.com/containers/ramalama/s/$from" local from="$TMP/$from" download install -D -m755 "$from" "$bindir/" diff --git a/ramalama b/ramalama index 2f61e6ce..a472c825 100755 --- a/ramalama +++ b/ramalama @@ -44,7 +44,7 @@ hf_download_with_trim() { check_if_in_hf_db() { local host="raw.githubusercontent.com" - local url="https://$host/ericcurtin/ramalama/main/hf-db/$model_name" + local url="https://$host/containers/ramalama/main/hf-db/$model_name" local image_data if ! image_available && image_data="$(wcurl 2>&1)"; then local hf_repo