Ian Hoegen
Ian Hoegen
How about Simplicity? Instead of making things complex, it makes things simpler.
I had this happen too, while trying to finetune Gemma 3: ``` RuntimeError: The size of tensor a (4) must match the size of tensor b (961) at non-singleton dimension...
Tried a fork with @mikeknapp 's fixes, ran into this new error: ``` Traceback (most recent call last): File "/app/src/py/apps/finetuning/finetune.py", line 663, in run_main await main(args) File "/app/src/py/apps/finetuning/finetune.py", line 592,...