Added script to invoke alpaca model#273
Conversation
|
I made some changes to on I think our original If you adapt this python script to the new changes and update the README with usage instruction - we can merge. |
ggerganov
left a comment
There was a problem hiding this comment.
Adapt to recent changes. See alpaca.sh for example how to turn on the --instruct mode
|
I think this got a little outdated. |
* Repack a model with the quantize tool * WIP * Fixed various issues As we don't have a way to tell if a repacked quant has been modified, I had to remove the modification at the expense of a slight decrease in performance. This affects q8_0_r8, q8_KV_r8, q8_k_r8 on Zen4, and q4_0_r8 on ARM. * Create wk_b and wv_b as Q8_0_R8 if the wkv_b type is interleaved * Fix GCC 13.3 compilation error * Another one * Add missing include * FlashMLA-3: the best of both worlds - CPU only --------- Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
Resolves #240
WIP
This needs to be able to: