会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
singyoutosleep
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2024年4月
安装devtoolset-7 并切换到安装版本scl enable devtoolset-7 bash
摘要: scl enable devtoolset-7 bash
阅读全文
posted @ 2024-04-09 15:34 singyoutosleep
阅读(329)
评论(0)
推荐(0)
2023年12月
cuda 10.2 安装pytorch3d 0.2.0
摘要: 下载https://anaconda.org/pytorch3d/pytorch3d/files?version=0.2.0 离线安装 conda install linux-64_pytorch3d-0.2.0-py38_cu102_pyt15.tar.bz2 备注: pip安装的0.2.0版本不
阅读全文
posted @ 2023-12-19 11:48 singyoutosleep
阅读(169)
评论(0)
推荐(0)
centos 7 上 python 3.9 pip安装 open3d 报错
摘要: ERROR: Could not find a version that satisfies the requirement open3d==0.14.1 (from versions: none)ERROR: No matching distribution found for open3d==0
阅读全文
posted @ 2023-12-11 17:10 singyoutosleep
阅读(507)
评论(0)
推荐(0)
InvalidVersionSpecError: Invalid version spec: =2.7
摘要: 解决方式:将~/anaconda3/lib/python3.7/site-packages/conda/models/version.py中 这一行version_relation_re = re.compile(r'(==|!=|<=|>=|<|>)(?![=<>!])(\S+)$')改成vers
阅读全文
posted @ 2023-12-06 16:33 singyoutosleep
阅读(2339)
评论(0)
推荐(0)
MemGPT中_generate_reply_for_user_message报错TypeError: cannot unpack non-iterable coroutine object
摘要: memgpt/autogen/memgpt_agent.py", line 230, in _generate_reply_for_user_message (TypeError: cannot unpack non-iterable coroutine object 解决 将memgpt/auto
阅读全文
posted @ 2023-12-06 16:32 singyoutosleep
阅读(154)
评论(0)
推荐(0)
2023年11月
cuda 12.1 安装pytorch
摘要: pip install torch==2.1.0+cu121 torchvision==0.16.0+cu121 torchaudio==2.1.0+cu121 --extra-index-url https://download.pytorch.org/whl/cu121
阅读全文
posted @ 2023-11-03 18:35 singyoutosleep
阅读(2047)
评论(0)
推荐(0)
error You need C++17 to compile PyTorch
摘要: 解决 (一)安装gcc 8及以上 (二)将编译参数-std=c++14 改成-std=c++17
阅读全文
posted @ 2023-11-03 11:45 singyoutosleep
阅读(3383)
评论(0)
推荐(0)
centos 安装eigen3库
摘要: sudo yum install eigen3-devel
阅读全文
posted @ 2023-11-03 11:22 singyoutosleep
阅读(292)
评论(0)
推荐(0)
2023年9月
执行docker compose up -d报错 unknown shorthand flag: 'd' in -d
摘要: 执行docker compose up -d报错 unknown shorthand flag: 'd' in -d /usr/libexec/docker/cli-plugins/目录下没有docker-compose或者有docker-compose但执行docker help显示 Invali
阅读全文
posted @ 2023-09-22 17:04 singyoutosleep
阅读(4257)
评论(0)
推荐(0)
write /var/lib/docker/tmp/GetImageBlob570675856: no space left on device
摘要: 临时清理 docker system prune --all --force
阅读全文
posted @ 2023-09-20 11:25 singyoutosleep
阅读(51)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告