first commit

This commit is contained in:
zhh
2025-10-17 16:04:42 +08:00
parent ad4dccfe49
commit d8d558e185
11 changed files with 510 additions and 88 deletions

8
README-AIDA-LC.md Normal file
View File

@@ -0,0 +1,8 @@
创建Docker file
litserve dockerize server.py --port 8000 --gpu
构建镜像:
docker build -t litserve-model .
运行容器:
docker run -p 8000:8000 litserve-model