Skip to content

Commit b68d6e8

Browse files
authored
Docs: Fix typos (#5709)
* Update GPU-acceleration.md Signed-off-by: kilavvy <[email protected]> * Update image-generation.md Signed-off-by: kilavvy <[email protected]> --------- Signed-off-by: kilavvy <[email protected]>
1 parent 2352cec commit b68d6e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content/docs/features/GPU-acceleration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ spec:
232232
- env:
233233
- name: HIP_VISIBLE_DEVICES
234234
value: '0'
235-
# This variable indicates the devices availible to container (0:device1 1:device2 2:device3) etc.
236-
# For multiple devices (say device 1 and 3) the value would be equivelant to HIP_VISIBLE_DEVICES="0,2"
235+
# This variable indicates the devices available to container (0:device1 1:device2 2:device3) etc.
236+
# For multiple devices (say device 1 and 3) the value would be equivalent to HIP_VISIBLE_DEVICES="0,2"
237237
# Please take note of this when an iGPU is present in host system as compatability is not assured.
238238
...
239239
resources:

docs/content/docs/features/image-generation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ curl http://localhost:8080/v1/images/generations -H "Content-Type: application/j
4040

4141
### stablediffusion-ggml
4242

43-
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.
43+
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.
4444

4545

4646
#### Setup
@@ -327,4 +327,4 @@ diffusers:
327327
```bash
328328
(echo -n '{"prompt": "spiderman surfing","size": "512x512","model":"txt2vid"}') |
329329
curl -H "Content-Type: application/json" -X POST -d @- http://localhost:8080/v1/images/generations
330-
```
330+
```

0 commit comments

Comments
 (0)