-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main_KGC运行后,进度条一直是0% #1
Comments
使用openai key需要自己改一下接口,因为目前代码是使用的hkustgz内部的接口,后续会在代码中加入openai key的接口访问方式。llama-2的api调用需要在"utilis/open_llm_app.py”中改一下自己的llm_model路径,运行main函数之前,要先打开"utilis/open_llm_api.py"把llama的inferrence服务打开。 |
Hi, wantsci: 从你的运行结果来看,似乎llama-2-7b并没有开始加载模型?你可以通过如下命令来测试模型是否已经加载用于推理服务: |
这个是由于我的代码命名错错误了,已在github上修改了,只需将open_llm_appKGC改为open_llm_app即可。 |
如题,我打开llama-2的api后,运行main_KGC的进度条一直是处于0%的状态。此外我将模型全部换为openai key以及将数据量减少至10%也无法解决进度条一直是0%的问题,openai key经过验证是可以使用的,数据是代码自带的城市数据集。请问除了readme中的流程还需要有其他的操作吗?能否帮忙解答一下,盼复!
The text was updated successfully, but these errors were encountered: