llama2.c
llama2.c copied to clipboard
Use `int` instead of `float` to calculate `weights_ptr`
The Config structure consists of 7 fields of int type, so we should use int instead of float when calculating weights_ptr.
Haha yea. I noticed that too but the size is the same.
Been in the code a long time.