3 Commits
Author SHA1 Message Date
KeandGitHub 79708faed4 Disable debug level logging
When using `inference_webui.py`, it produces debug level info for http requests, for example: 
```
DEBUG:httpcore.http11:response_closed.started
```
Here I changed it to warning level.
2024-01-19 10:13:17 +08:00
KeandGitHub 053a7a730c Merge pull request #1 from kexul/kexul-patch-1
Kill process in Linux platform
2024-01-18 14:56:48 +08:00
KeandGitHub 3a167888e2 Kill process in Linux platform
Add a function to kill process and its children recusively in Linux platform.
2024-01-18 14:55:38 +08:00