最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - langchain imports are slow - Stack Overflow

programmeradmin2浏览0评论

I have import which take me about 93 seconds to complete:

import time
c = time.time()
import abc
import langchain_core.language_models as lclm
import typing as t
import langchain_core.messages as lcm
d = time.time()
print(f"Imported in {d-c} seconds")

this took 93 seconds, is there any way to increase the speed here?

I didn't know what to do

发布评论

评论列表(0)

  1. 暂无评论