jcbtc commited on
Commit
f0d3910
·
verified ·
1 Parent(s): 6bf64dc

Pin ROCmFPX runner commit in README

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -47,7 +47,7 @@ CHADROCK3.6 27B Coder is a Chadrock ROCmFP4/MTP GGUF release of the Qwopus3.6 27
47
 
48
  It uses the Qwopus3.6 27B Coder MTP line as upstream lineage, then converts that source into Charlie's AMD-focused ROCmFP4 Strix Lean runtime format. The public release name and artifact names are Chadrock names, while Qwopus stays explicit in lineage, base model metadata, and credits. The result is a compact 14 GB GGUF for local agentic coding, repository work, tool-use style prompts, and long-context experiments on unified-memory AMD hardware.
49
 
50
- This GGUF will **not run correctly with stock llama.cpp**. It needs the custom [`charlie12345/rocmfp4-llama`](https://github.com/charlie12345/rocmfp4-llama) build because the file uses ROCmFP4 tensor types that upstream llama.cpp does not currently understand.
51
 
52
  The model file is already provided here. You do **not** need to rebuild or quantize the model. Build the custom llama server once, download the files, and run the profile below.
53
 
@@ -140,11 +140,11 @@ For the pinned runner build, copy-paste build commands, request-level speculativ
140
 
141
  **https://llm.ciru.ai/chadrock-rocmfpx/**
142
 
143
- The current pinned score build is:
144
 
145
  ```text
146
- ciru-ai/ROCmFPX tag: chadrock-rocmfp4-mtp-scores-20260621
147
- commit: deaa996dab90b3ca6dd3ae5d453bedfcd983012d
148
  ```
149
 
150
  For this published `CHADROCK3.6-27B-Coder` GGUF, the validated card profile is:
@@ -214,10 +214,10 @@ The projector is a GGUF-format projector file with a `.mmproj` repo extension so
214
  ## Build The Required llama.cpp
215
 
216
  ```bash
217
- git clone https://github.com/charlie12345/rocmfp4-llama.git
218
- cd rocmfp4-llama
219
- git checkout mtp-rocmfp4-strix
220
- env JOBS=16 scripts/build-strix-rocmfp4-mtp.sh
221
  ```
222
 
223
  The server binary will be here:
 
47
 
48
  It uses the Qwopus3.6 27B Coder MTP line as upstream lineage, then converts that source into Charlie's AMD-focused ROCmFP4 Strix Lean runtime format. The public release name and artifact names are Chadrock names, while Qwopus stays explicit in lineage, base model metadata, and credits. The result is a compact 14 GB GGUF for local agentic coding, repository work, tool-use style prompts, and long-context experiments on unified-memory AMD hardware.
49
 
50
+ This GGUF will **not run correctly with stock llama.cpp**. It needs the pinned [`ciru-ai/ROCmFPX`](https://github.com/ciru-ai/ROCmFPX/tree/be15a40d713f0818647739c68af95e9698d78e72) runner because the file uses ROCmFP4 tensor types that upstream llama.cpp does not currently understand.
51
 
52
  The model file is already provided here. You do **not** need to rebuild or quantize the model. Build the custom llama server once, download the files, and run the profile below.
53
 
 
140
 
141
  **https://llm.ciru.ai/chadrock-rocmfpx/**
142
 
143
+ The current pinned runner build is:
144
 
145
  ```text
146
+ ciru-ai/ROCmFPX commit: be15a40d713f0818647739c68af95e9698d78e72
147
+ historical score tag: chadrock-rocmfp4-mtp-scores-20260621
148
  ```
149
 
150
  For this published `CHADROCK3.6-27B-Coder` GGUF, the validated card profile is:
 
214
  ## Build The Required llama.cpp
215
 
216
  ```bash
217
+ git clone https://github.com/ciru-ai/ROCmFPX.git
218
+ cd ROCmFPX
219
+ git checkout be15a40d713f0818647739c68af95e9698d78e72
220
+ env JOBS=16 scripts/build-strix-rocmfp4-mtp.sh llama-server llama-bench
221
  ```
222
 
223
  The server binary will be here: