mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-28 03:39:48 +00:00
Initial commit
This commit is contained in:
commit
18c42e67df
247 changed files with 53775 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
__pycache__
|
||||
build
|
||||
.vscode
|
||||
*.so
|
||||
*.cache
|
||||
server.db
|
||||
logs
|
||||
node_modules
|
||||
*.nsys-rep
|
||||
.vs/
|
||||
*pycache*
|
||||
*build/
|
||||
*/third_party/*
|
||||
.DS_Store
|
||||
compile_commands.json
|
||||
*.egg-info*
|
||||
*dist/
|
||||
Loading…
Add table
Add a link
Reference in a new issue