在https://github.com/Dao-AILab/flash-attention/releases找到对应pytorch和cuda版本进行下载whl文件,然后通过pip install xxx.whl进行安装。
1. 设置tmux配置文件: vim ~/.tmux.conf 填入:set -g mouse on 2. 设置iterm2 勾选红框里面的checkbox
报错:AttributeError: module 'cv2.dnn' has no attribute 'DictValue' 修复方式:https://soulteary.com/2024/01/07/fix-opencv-dependency-errors-opencv-fixer.html
把服务器A的文件传给服务器B: 在服务器A上执行: rsync -avz --progress --stats -e ssh 服务器A上文件夹 服务器B用户名@服务器B的IP:服务器B上保存的地址(确保服务器B上保存的地址存在)
sinfo --states=idle 想进一步查看特定分区下的空闲节点: sinfo --states=idle -p your_partition_name
pytorch不能高于2.0, CUDA版本不能高于11.7 DS_BUILD_FUSED_ADAM=1 pip install deepspeed --no-build-isolation
0. 参考网站:https://github.com/libfuse/sshfs1. 下载sshfs源码:https://github.com/libfuse/sshfs/releases2. 解压3. dnf install python3-docutils fuse3 fuse3-devel4. meson ..5. ninja6. sudo
查看vim /lib/systemd/system/docker.service,如果ExecStart=/usr/bin/dockerd-current则使用:如果ExecStart=/usr/bin/dockerd,则按照 黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/
import os from pathlib import Path from PyPDF2 import PdfRe
启动redis: mac: brew services start redis 查看redis启动信息: mac: brew services info redis 停止redis: brew services stop redis
比特币历史: 2008年,比特币论文诞生 2009年1月,第一批比
通过执行chattr -i lib来解决
通过strace df来查看hang在哪复或者卸载。
rm /var/lib/rpm/__db* rm /
sudo mv /var/lib/rpm/_
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号