From caa7af7f5ff42693b5f8a78e14a18c6d586c099d Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Sun, 12 Nov 2023 17:56:50 +0100 Subject: [PATCH] fix wrong llama container name --- start_llamacpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_llamacpp.sh b/start_llamacpp.sh index d8e5cde..9a9dcf8 100755 --- a/start_llamacpp.sh +++ b/start_llamacpp.sh @@ -1 +1 @@ -/usr/bin/docker-compose up -d llama-rocm \ No newline at end of file +/usr/bin/docker-compose up -d llamacpp-rocm