mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-04 22:51:51 +00:00
[docs]: add contribuing guide and add hooks install (#1613)
* [feat]: update kt-kernel hooks and add contribution guide * [docs]: add contributing guide * [style]: format the python file and cpp file in kt-kernel
This commit is contained in:
parent
c32fefb1cd
commit
aef6672dd8
11 changed files with 289 additions and 164 deletions
|
|
@ -9,10 +9,10 @@
|
|||
**/
|
||||
#include "shared_mem_buffer.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <numa.h>
|
||||
|
||||
#include <cstdio>
|
||||
#include <errno.h>
|
||||
|
||||
size_t MemoryRequest::total_size() {
|
||||
size_t total = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue