summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Wysocki <62249621+TortillaZHawaii@users.noreply.github.com>2023-11-30 22:43:32 +0100
committerGitHub <noreply@github.com>2023-11-30 23:43:32 +0200
commit74daabae6927b99e7333d6126dee35193c418457 (patch)
treeb4dc29005cbb6af428e151a5127f1be7358d6866
parentb18c66ca6eee4fe0465cff5042daf05005dc9ab2 (diff)
readme : fix typo (#4253)
llama.cpp uses GitHub Actions, not Gitlab Actions.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44cc9409..b89ba73a 100644
--- a/README.md
+++ b/README.md
@@ -896,7 +896,7 @@ Additionally, there the following images, similar to the above:
- `ghcr.io/ggerganov/llama.cpp:full-rocm`: Same as `full` but compiled with ROCm support. (platforms: `linux/amd64`, `linux/arm64`)
- `ghcr.io/ggerganov/llama.cpp:light-rocm`: Same as `light` but compiled with ROCm support. (platforms: `linux/amd64`, `linux/arm64`)
-The GPU enabled images are not currently tested by CI beyond being built. They are not built with any variation from the ones in the Dockerfiles defined in [.devops/](.devops/) and the Gitlab Action defined in [.github/workflows/docker.yml](.github/workflows/docker.yml). If you need different settings (for example, a different CUDA or ROCm library, you'll need to build the images locally for now).
+The GPU enabled images are not currently tested by CI beyond being built. They are not built with any variation from the ones in the Dockerfiles defined in [.devops/](.devops/) and the GitHub Action defined in [.github/workflows/docker.yml](.github/workflows/docker.yml). If you need different settings (for example, a different CUDA or ROCm library, you'll need to build the images locally for now).
#### Usage