rwkv.cpp/extras/cpu_info.c

7 lines
102 B
C

#include "rwkv.h"
#include <stdio.h>
int main() {
printf("%s", rwkv_get_system_info_string());
}