llama2.c
llama2.c copied to clipboard
fix: Define loop index `i` before usage
Added loop index 'i' in version2_export function to fix issue of using it before definition.