change to sglang

This commit is contained in:
2026-03-21 17:04:05 +08:00
parent b48d522bb3
commit bd67fc088f
6 changed files with 2468 additions and 1534 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from models-deploy!")
if __name__ == "__main__":
main()