Martin Liu
Results
1
issues of
Martin Liu
## Summary * add `decode_gpt2.c` which generated by `dev/decoder/decoder_gen.py` ```c char* decode(int key) { static char s[][{max_len}] = { { '!', '\0' }, { '"', '\0' }, { '#', '\0'...