Fork me on github

03 2025 档案

摘要:报错 问题解决 1、按下WIN+R打开运行,然后输入services.msc回车; 2、在服务中找到 HV主机服务,双击打开设置为禁用 3、win+x,然后打开powershell(管理员)运行命令:bcdedit /set hypervisorlaunchtype off 4、重启电脑 阅读全文
posted @ 2025-03-18 17:05 我の前端日记 阅读(30) 评论(0) 推荐(0)
摘要:下载 torch-2.4.1-cp38-cp38-win_amd64.whl 阅读全文
posted @ 2025-03-08 11:59 我の前端日记 阅读(10) 评论(0) 推荐(0)
摘要:法1:pip install llama-cpp-python==0.3.2(安装报错) 法2:pip install llama-cpp-python==0.1.48(安装报错) 法3(无效) 1.安装 Microsoft C++ Build Tool 配置环境变量 path中新增 C:\Prog 阅读全文
posted @ 2025-03-06 18:00 我の前端日记 阅读(466) 评论(0) 推荐(0)
摘要:安装neo4j需要安装jdk https://blog.csdn.net/2301_77554343/article/details/135692019 安装neo4j https://blog.csdn.net/qq_60492174/article/details/144369861 启动 阅读全文
posted @ 2025-03-06 17:42 我の前端日记 阅读(9) 评论(0) 推荐(0)
摘要:python install spacy 法1 修改setuptool版本(无效) 法2 安装前置依赖(无效) pip install numpy cython jinja2 pathlib preshed thinc cymem murmurhash blis plac 法3 使用预编译的轮子文件 阅读全文
posted @ 2025-03-06 17:12 我の前端日记 阅读(332) 评论(0) 推荐(0)

Copyright © 2021 LinCangHai
Powered by .NET 5.0 on Kubernetes