mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-09 22:05:30 +00:00
Initial commit
This commit is contained in:
commit
18c42e67df
247 changed files with 53775 additions and 0 deletions
9
ktransformers/server/api/web/system.py
Normal file
9
ktransformers/server/api/web/system.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from fastapi import APIRouter
|
||||
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
@router.get('/system-info',tags=['web'])
|
||||
def system_info():
|
||||
raise NotImplementedError
|
Loading…
Add table
Add a link
Reference in a new issue