This website requires JavaScript.
Explore
Help
Sign In
ed
/
rwkv.cpp
Watch
1
Star
0
Fork
You've already forked rwkv.cpp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5b41cd7e5d
rwkv.cpp
/
extras
/
cpu_info.c
7 lines
102 B
C
Raw
Blame
History
#
include
"rwkv.h"
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
%s
"
,
rwkv_get_system_info_string
(
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink