修改mp的实现
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
TOPK_RESULT = 5
|
||||
TIME_OUT = 30
|
||||
TOPK_RESULT = 1
|
||||
TIME_OUT = 60
|
||||
|
||||
# MP Configuration
|
||||
MP_API_KEY = "gfBp2in8qxm9Xm2SwLKFwNxDyZvNTAEt"
|
||||
MP_ENDPOINT = "https://api.materialsproject.org/"
|
||||
|
||||
# Proxy
|
||||
HTTP_PROXY = "http://127.0.0.1:7897"
|
||||
HTTPS_PROXY = "http://127.0.0.1:7897"
|
||||
|
||||
# Model
|
||||
FAIRCHEM_MODEL_PATH = "/home/ubuntu/sas0/LYT/mars1215/mars_toolkit/model/eqV2_86M_omat_mp_salex.pt"
|
||||
FMAX = 0.05
|
||||
|
||||
Reference in New Issue
Block a user