Skip to content

Commit bc17601

Browse files
committed
docs: fix trailing whitespace for s390x
Signed-off-by: Aaron Teo <[email protected]>
1 parent 2286ff4 commit bc17601

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/build-s390x.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cmake --build build --config Release -j $(nproc)
3737
-DGGML_BLAS=ON \
3838
-DGGML_BLAS_VENDOR=OpenBLAS \
3939
-DGGML_VXE=OFF
40-
40+
4141
cmake --build build --config Release -j $(nproc)
4242
```
4343

@@ -85,7 +85,7 @@ All models need to be converted to Big-Endian. You can achieve this in three cas
8585
```
8686

8787
For example,
88-
88+
8989
```bash
9090
python3 convert_hf_to_gguf.py \
9191
--outfile granite-3.3-2b-instruct-be.f16.gguf \
@@ -99,13 +99,13 @@ All models need to be converted to Big-Endian. You can achieve this in three cas
9999
```bash
100100
python3 gguf-py/gguf/scripts/gguf_convert_endian.py model-name.f16.gguf BIG
101101
```
102-
102+
103103
For example,
104104
```bash
105105
python3 gguf-py/gguf/scripts/gguf_convert_endian.py granite-3.3-2b-instruct-le.f16.gguf BIG
106106
mv granite-3.3-2b-instruct-le.f16.gguf granite-3.3-2b-instruct-be.f16.gguf
107107
```
108-
108+
109109
**Notes:**
110110
- The GGUF endian conversion script may not support all data types at the moment and may fail for some models/quantizations. When that happens, please try manually converting the safetensors model to GGUF Big-Endian via Step 2.
111111

0 commit comments

Comments
 (0)