From b68d6e8088d05d6ae8b45f53d3db3d1f6d27f038 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:15:06 +0200 Subject: [PATCH] Docs: Fix typos (#5709) * Update GPU-acceleration.md Signed-off-by: kilavvy <140459108+kilavvy@users.noreply.github.com> * Update image-generation.md Signed-off-by: kilavvy <140459108+kilavvy@users.noreply.github.com> --------- Signed-off-by: kilavvy <140459108+kilavvy@users.noreply.github.com> --- docs/content/docs/features/GPU-acceleration.md | 4 ++-- docs/content/docs/features/image-generation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/docs/features/GPU-acceleration.md b/docs/content/docs/features/GPU-acceleration.md index 80960d5da..f8f9ca160 100644 --- a/docs/content/docs/features/GPU-acceleration.md +++ b/docs/content/docs/features/GPU-acceleration.md @@ -232,8 +232,8 @@ spec: - env: - name: HIP_VISIBLE_DEVICES value: '0' - # This variable indicates the devices availible to container (0:device1 1:device2 2:device3) etc. - # For multiple devices (say device 1 and 3) the value would be equivelant to HIP_VISIBLE_DEVICES="0,2" + # This variable indicates the devices available to container (0:device1 1:device2 2:device3) etc. + # For multiple devices (say device 1 and 3) the value would be equivalent to HIP_VISIBLE_DEVICES="0,2" # Please take note of this when an iGPU is present in host system as compatability is not assured. ... resources: diff --git a/docs/content/docs/features/image-generation.md b/docs/content/docs/features/image-generation.md index 2360505c1..004185df3 100644 --- a/docs/content/docs/features/image-generation.md +++ b/docs/content/docs/features/image-generation.md @@ -40,7 +40,7 @@ curl http://localhost:8080/v1/images/generations -H "Content-Type: application/j ### stablediffusion-ggml -This backend is based on [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp). Every model supported by that backend is suppoerted indeed with LocalAI. +This backend is based on [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp). Every model supported by that backend is supported indeed with LocalAI. #### Setup @@ -327,4 +327,4 @@ diffusers: ```bash (echo -n '{"prompt": "spiderman surfing","size": "512x512","model":"txt2vid"}') | curl -H "Content-Type: application/json" -X POST -d @- http://localhost:8080/v1/images/generations -``` \ No newline at end of file +```