jcbtc commited on
Commit
edca42f
·
verified ·
1 Parent(s): e148120

Clarify Vulkan serving backend for Step Q3

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -236,6 +236,8 @@ reasoning: on, DeepSeek format
236
  chat template: Step native tool_response template with protocol-boundary escaping
237
  ```
238
 
 
 
239
  Example shape:
240
 
241
  ```bash
 
236
  chat template: Step native tool_response template with protocol-boundary escaping
237
  ```
238
 
239
+ Serving backend note: on the tested AMD Ryzen AI Max+ 395 / Strix Halo system, this Step 3.7 Q3 build worked best through the ROCmFPX/Chadrock runner serving on `Vulkan0` for both target and draft. In the command below, ROCmFPX is the required tensor/runtime support; `-dev Vulkan0` and `--spec-draft-device Vulkan0` are the recommended serving backend.
240
+
241
  Example shape:
242
 
243
  ```bash