This website works better with JavaScript
홈
탐색
도움말
로그인
Server
/
lightgbm_score
Watch
25
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
9ebcc6eae9
브랜치
태그
master
test
lightgbm_score
/
hypercorn_config.py
hypercorn_config.py
74 B
히스토리
Raw
1
2
3
4
5
6
"""
@author: luojunhui
"""
bind = "0.0.0.0:8000"
workers = 2
reload = True