This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Server
/
lightgbm_score
Suivre
25
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9ebcc6eae9
Branches
Tags
master
test
lightgbm_score
/
hypercorn_config.py
hypercorn_config.py
74 B
Historique
Raw
1
2
3
4
5
6
"""
@author: luojunhui
"""
bind = "0.0.0.0:8000"
workers = 2
reload = True