Sample.h 110 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
// 示例程序

#ifndef __SAMPLE_H__
#define __SAMPLE_H__

// GPT2 Dynamic sample
void Sample_GPT2();

#endif