陈永园的博客

归档

2025 年 11 月

cuda 13.0 python 3.10 pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130 这样安装torch会自动安装Triton 3.5.1,就不用自己编译Triton了

2025-11-16

升级之后docker坏了,提示nvidia相关报错 解决https://blog.csdn.net/weixin_55035321/article/details/132648178
装驱动 在这个页面选择驱动下载,推荐下载run文件 https://www.nvidia.com/en-us/drivers/ 然后按照教程安装 https://blog.csdn.net/2401_89353317/article/details/154074475 装cuda 这个页面找cuda

2025 年 07 月

cursor 连接ubuntu18 vscode glib版本太低问题 GLIBC版本兼容性 换用最新版cursor解决问题 https://github.com/flyeric0212/cursor-history-links?tab=readme-ov-file 尝试了win32-arm64的这

2025 年 04 月

2025-04-19

推测cursor的prompt放在后端 通过使用第三方平台api的方法(智增增),可以通过查看调用记录获取输入prompt,也可以在github找到prompt,有人逆向好了,链接 下面有几轮是实战情况下的prompt逆向。每个模型的prompt不同,gpt4o的prompt有工具调用能力,gpt3

2025 年 02 月

-代码:https://huggingface.co/physical-intelligence/fast 动态图片和视频:https://www.pi.website/research/fast 机器人类型:固定底座式单臂机器人 机器手类型:夹子 实验设备:? 发表时间:January
dify配置文档 https://docs.dify.ai/zh-hans/getting-started/install-self-hosted/docker-compose 找到dify目录 docker ps -a 我用了没效果 用这个找到了 sudo find / -type d -name

2025 年 01 月

2025-01-13

开机自启动的两种方式 在Windows中想要开机自启动某些应用,可以把程序的快捷方式放到开始菜单->程序->启动目录下,但是自启动又分为用户自启动和系统自启动,前者针对单个用户,后者针对全部用户生效,用户自启动目录:C:\Users\Administrator\AppData\Roaming\Mic

2025-01-08

大部分人只需要记住,写完代码后,先pull在commit再push。 学到06 ls -a 查看当前目录隐藏文件夹 git clone XXX和 git init XXX都会在当前目录新建一个XXX目录,其目录里面有一个.git隐藏文件夹 git init会把当前目录当作项目,在当前目录建一个.gi

2024 年 10 月

官网 https://cvpr.thecvf.com/Conferences/2025 2024参考指南 历年模板下载 注册账号 https://yongyuan-chen.github.io/