摘要:
sudo apt-get --purge remove "*cublas*" "cuda*" "nsight*" 阅读全文
摘要:
try pip install "tensorflow[and-cuda]" 用其他方法总有奇奇怪怪的报错 来源 https://stackoverflow.com/questions/78131853/no-matches-found-tensorflowand-cuda 阅读全文
摘要:
参考https://onlinux.systems/guides/20230523_how-to-install-and-set-up-terminator-and-oh-my-zsh-on-ubuntu-2304/ trouble-shooting: sh -c "$(curl -fsSL htt 阅读全文
摘要:
参考 https://bbs.huaweicloud.com/blogs/412011 阅读全文
摘要:
想装下node.js,结果ubuntu输入apt update环境炸了,原因是google的GPG key更新了 报错 (base) woodx@Machine:~$ sudo apt updateGet:1 file:/var/cudnn-local-repo-ubuntu1804-8.8.1.3 阅读全文
摘要:
llm应用框架 langchain and llamaindex 着重的视频资源 langchain 视频https://python.langchain.com/docs/additional_resources/youtube llama index视频https://docs.llamaind 阅读全文
摘要:
tmux 这个工具的优势在于,如果ssh连接中断了,并不会中断宿主机上的任务 ubuntu下下载 sudo apt install tmux 创建一个新的连接 tmux new -s 新连接名字 退出连接,但是不退出任务 快捷键 Ctrl + B 然后按 D 返回连接 tmux attach -t 阅读全文
摘要:
修改或添加文件~/.ssh/config 往config里加入即可,亲测有效 Host github.com Hostname ssh.github.com Port 443 User git 阅读全文
摘要:
tensorrt 版本8.6 1. 下载依赖模块的源码 /TensorRT$ proxychains4 git submodule update --init --recursive 需要漫长的时间,proxychain4是一个命令行FQ的工具,具体安装配置可以参考其他博客 2. mkdir bui 阅读全文
摘要:
因为新版本编译必须使用bazel,所以为了方便我们先使用protobuf老版本protobuf-3.12.2 [下载链接](https://github.com/protocolbuffers/protobuf/releases/download/v3.15.6/protobuf-all-3.15. 阅读全文