kingjones777 commited on
Commit
f02ff5b
·
verified ·
1 Parent(s): add84ef

docs: credit ROCmFPX (charlie12345/caf), llama.cpp, AMD ROCm

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -134,3 +134,32 @@ Compiled from Hugging Face repository metadata — file sizes, shipped files, qu
134
  *Base model: [`badtheorylabs/BTL-4`](https://huggingface.co/badtheorylabs/BTL-4). Generated from Hub metadata; download counts move over time.*
135
 
136
  <!-- PEER-TABLE:END -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  *Base model: [`badtheorylabs/BTL-4`](https://huggingface.co/badtheorylabs/BTL-4). Generated from Hub metadata; download counts move over time.*
135
 
136
  <!-- PEER-TABLE:END -->
137
+
138
+ <!-- CREDITS:START -->
139
+
140
+ ## Acknowledgements
141
+
142
+ This build would not exist without the work below. Please star and follow these
143
+ projects — the quantisation format used here is their engineering, not mine.
144
+
145
+ **[ROCmFPX](https://github.com/charlie12345/ROCmFPX) — maintained by
146
+ [`charlie12345`](https://github.com/charlie12345) / `caf`**
147
+ The ROCmFP4 / ROCmFPX tensor formats (ggml types 100–106) exist only in this fork.
148
+ Every ROCmFP4 file in this repository was produced with its `llama-quantize`, and
149
+ runs on its runtime. The fork also credits collaborators **ciru-ai**, **Tom Turney**,
150
+ **PlunderStruck** and **Aydan S.**, and acknowledges AMD for hardware support.
151
+ Licensed MIT, based on upstream llama.cpp.
152
+
153
+ **[llama.cpp](https://github.com/ggml-org/llama.cpp) — ggml-org and contributors**
154
+ The inference engine, GGUF format and conversion tooling everything here is built on.
155
+
156
+ **[AMD ROCm](https://github.com/ROCm/ROCm)**
157
+ The compute platform these builds target — ROCm 7.2.4 on gfx1151 / Radeon 8060S.
158
+
159
+ **Base model authors** — see `base_model` in the metadata above; all model weights,
160
+ licences and capabilities are theirs. This repository contributes quantisation and
161
+ measurement only.
162
+
163
+ If you use these files, please credit ROCmFPX alongside this repository.
164
+
165
+ <!-- CREDITS:END -->