Submitted by bo_peng t3_11f9k5g in MachineLearning
Select_Beautiful8 t1_jc0w1px wrote
Reply to comment by KerfuffleV2 in [P] ChatRWKV v2 (can run RWKV 14B with 3G VRAM), RWKV pip package, and finetuning to ctx16K by bo_peng
This gave me the "out if memory" error again, which did not happen with the "cuda fp18i8 *16 -> cpu fp32" :(
KerfuffleV2 t1_jc18f6a wrote
Huh, that's weird. You can try reducing the first one from 7 to 6 or maybe even 5:
cuda fp16 *6 -> cuda fp16 *0+ -> cpu fp32 *1
Also, be sure to double check for typos. :) Any incorrect numbers/punctuation will probably cause problems. Especially the "+" in the second part.
Select_Beautiful8 t1_jc9lckr wrote
just got time to try it, but it doesn't load nor does it give error message :( Thanks anyways for your help!
Viewing a single comment thread. View all comments