Skip to content

Commit 08741c5

Browse files
committed
docs: s390x indent blocks
Signed-off-by: Aaron Teo <[email protected]>
1 parent 2ee2e0b commit 08741c5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/build-s390x.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -111,31 +111,31 @@ All models need to be converted to Big-Endian. You can achieve this in three cas
111111

112112
## IBM zDNN Accelerator
113113

114-
*No direction at the moment.*
114+
*Only available in IBM z16 and onwards. No direction at the moment.*
115115

116116
## IBM Spyre Accelerator
117117

118118
*No direction at the moment.*
119119

120-
## Performance Optimization
121-
122-
### Virtualization Setup
123-
124-
We strongly recommend using only LPAR (Type-1) virtualization to get the most performance.
120+
## Performance Tuning
125121

126-
Note: Type-2 virtualization is not supported at the moment, while you can get it running, the performance will not be the best.
122+
### 1. Virtualization Setup
127123

128-
### IFL (Core) Count
124+
We strongly recommend using only LPAR (Type-1) virtualization to get the most performance.
125+
126+
Note: Type-2 virtualization is not supported at the moment, while you can get it running, the performance will not be the best.
129127

130-
We recommend a minimum of 8 shared IFLs assigned to the LPAR. Increasing the IFL count past 8 shared IFLs will only improve Prompt Processing performance but not Token Generation.
128+
### 2. IFL (Core) Count
131129

132-
Note: IFL count does not equate to vCPU count.
130+
We recommend a minimum of 8 shared IFLs assigned to the LPAR. Increasing the IFL count past 8 shared IFLs will only improve Prompt Processing performance but not Token Generation.
131+
132+
Note: IFL count does not equate to vCPU count.
133133

134-
### SMT vs NOSMT (Simultaneous Multithreading)
134+
### 3. SMT vs NOSMT (Simultaneous Multithreading)
135135

136-
We strongly recommend disabling SMT via the kernel boot parameters as it negatively affects performance. Please refer to your Linux distribution's guide on disabling SMT via kernel boot parameters.
136+
We strongly recommend disabling SMT via the kernel boot parameters as it negatively affects performance. Please refer to your Linux distribution's guide on disabling SMT via kernel boot parameters.
137137
138-
### BLAS vs NOBLAS
138+
### 4. BLAS vs NOBLAS
139139
140-
We strongly recommend using BLAS for llama.cpp as there are no custom kernels for s390x for llama.cpp at the moment.
140+
We strongly recommend using BLAS for llama.cpp as there are no custom kernels for s390x for llama.cpp at the moment.
141141

0 commit comments

Comments
 (0)