cloudyangel

Results 9 comments of cloudyangel

之前成功启动了几次并且建立数据库,但是刚刚也遇到这个问题。

将llm启动超时的判定时间从120改成了1200. ![image](https://github.com/netease-youdao/QAnything/assets/31439796/489c24e5-41cb-4185-8aee-41f12ed6d2b4) 虽然上述报错还在,但是可以正常运行了, 见下图。从加载时间用了238s来看,原来的120s就报错确实太短了,供参考。 ![image](https://github.com/netease-youdao/QAnything/assets/31439796/d73f4baf-cd5d-400c-80a4-a6819dd9a118) ![image](https://github.com/netease-youdao/QAnything/assets/31439796/f2c035f7-4c1f-459e-9a7c-297904a4a4f3)

刚刚也遇到了这个问题,我的解决方案是从docker desktop 中进去到 qanything_container_local 这个容器,手动删除node modules 文件夹,清除cache npm cache clean --force 然后执行命令 npm install; 示意图如下 ![image](https://github.com/netease-youdao/QAnything/assets/31439796/5a857c93-42ea-4f46-a2e9-8fe585b1cb1c)

> 刚刚也遇到了这个问题,我的解决方案是从docker desktop 中进去到 qanything_container_local 这个容器,手动删除node modules 文件夹,清除cache npm cache clean --force 然后执行命令 npm install; 示意图如下 ![image](https://private-user-images.githubusercontent.com/31439796/324444020-5a857c93-42ea-4f46-a2e9-8fe585b1cb1c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM3ODYwNjMsIm5iZiI6MTcxMzc4NTc2MywicGF0aCI6Ii8zMTQzOTc5Ni8zMjQ0NDQwMjAtNWE4NTdjOTMtNDJlYS00ZjQ2LWEyZTktOGZlNTg1YjFjYjFjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDIyVDExMzYwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA5MjY2OGVhYTVhYmIxZGExOTFlMzFjMjJiZGU2MzEyMDFhZGVkNDRlYmJhZTEyMWMwMTg3YTFhMmNmMjdlNTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.PalhNLOSLikyekG8Z6bHMr-sYvATUueDsLgHrPsLSmE) 在随后的build 报错过程中,通过手动build发现是需要build的文件太多了,因此需要将时间从原来的180s修改为 1800s,这样就可以避免因为时间不够 time out 导致退出。 后续就成功的跑通了,跑通以后,将npm的install 和 build 两段代码注释掉,后续再次运行就不用在这里耽误时间了。 ![image](https://github.com/netease-youdao/QAnything/assets/31439796/7064996f-dd56-4f07-b7cc-c63b884ed407)

> Please see https://aiche.onlinelibrary.wiley.com/doi/abs/10.1002/aic.17326 Thanks for sharing the reference. The HH EOS parameters are inside. I checked the article and try to create a json file for Cl2. However, I...

Good to know about that, I will share the json file if it works. by the way, I got the defitions of Hs_anchor and critical region splines now from coolprop...

[Chlorine.json](https://github.com/CoolProp/CoolProp/files/14550502/Chlorine.json) no hL hV no sL sV no melting line no transportation (conductivity, viscosity),just keep “Nitrogen” parameters there manually checked vapor pressure, liquid density, vapor density, enthalpy and entropy are...

> Did you start from the file in the supporting information of the paper referenced above? yes, and I verified the calculated saturated curve by the data in International Thermodynamic...

> Unfortunately, I test navi10 - RX5700xt hanging on ROCm-5.3. > > So I guess navi10 may not support stable-diffusion. with export HSA_OVERRIDE_GFX_VERSION=10.3.0 and other 2 parameters described in the...