摘要: 国内无法直接使用 git clone xxx 改为其他友好网站克隆如: git clone https://ghproxy.com/github.com/AUTOMATIC1111/stable-diffusion-webui.git # 在github上拉取项目 git clone https:/ 阅读全文
posted @ 2024-01-28 12:09 tommickey 阅读(121) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/VeryLost/article/details/128611800 因为最新版的ubuntu系统使用了iptables-nft,而WSL2不支持导致的。 需要使用如下命令修改信息: root@username:/# update-alternatives 阅读全文
posted @ 2023-12-14 16:24 tommickey 阅读(274) 评论(0) 推荐(0)
摘要: 听说这么改一下就行,没有试过。仅需要将 git clone https://github.com/bannedbook/fanqiang.git 修改为 git clone https://github.com.cnpmjs.org/bannedbook/fanqiang.git 阅读全文
posted @ 2023-12-14 15:20 tommickey 阅读(79) 评论(0) 推荐(0)
摘要: 不久前Flash-attention 2.3.2 终于支持了 Windows,推荐直接使用大神编译好的whl安装 github.com/bdashore3/flash-attention/releasesstable diffusion webui flash-attention2性能测试 安装环境 阅读全文
posted @ 2023-12-13 15:11 tommickey 阅读(1991) 评论(0) 推荐(0)
摘要: 1.首先要在windows10机器中启动Linux子系统: 使用管理员身份启动power shell Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 2. 在商店下载安装Ubun 阅读全文
posted @ 2023-12-09 21:45 tommickey 阅读(93) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/m0_38012470/article/details/111607657 阅读全文
posted @ 2023-12-09 17:35 tommickey 阅读(41) 评论(0) 推荐(0)
摘要: 默认终端是powershell,需要改为cmd: ctrl+shift+p打开命令面板,输入Select ,选中Terminal:Select Default Shell 点击需要调试的环境,再重新打开终端执行,即可。 阅读全文
posted @ 2023-12-07 22:51 tommickey 阅读(815) 评论(0) 推荐(0)
摘要: 问题: 2023-11-26 07:45:38 | ERROR | stderr | raise HFValidationError(2023-11-26 07:45:38 | ERROR | stderr | huggingface_hub.utils._validators.HFValidati 阅读全文
posted @ 2023-11-26 07:55 tommickey 阅读(5643) 评论(0) 推荐(0)
摘要: 要在创建Conda环境时自动包含当前系统中的Python和CUDA,可以使用Conda的environment.yml文件。environment.yml文件是一个文本文件,其中包含了创建Conda环境所需的依赖项信息。 下面是一个示例的environment.yml文件,其中包含了Python和C 阅读全文
posted @ 2023-11-20 09:15 tommickey 阅读(215) 评论(0) 推荐(0)
摘要: llama.cpp 在ubuntu环境下编译: 1. 下载好模型文件,如 llama-2-7b-chat-hf; Mistral-7B-Instruct-v0.1/ggml-model-f16-q8_0.gguf2. 建立conda环境 conda create -n llamacpp python 阅读全文
posted @ 2023-11-19 20:18 tommickey 阅读(1511) 评论(0) 推荐(0)