会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tommickey的博客园
博客园里文档的平均质量比CSDN文档质量好,而且不用总是要各种限制。所以转到博客园来。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2024年1月28日
github: fatal: unable to access 'https://github.com/chatchat-space/Langchain-Chatchat.git/': Failed to connect to github.com port 443 after 21090 ms: Couldn't connect to server
摘要: 国内无法直接使用 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)
2023年12月14日
window10下ubuntu系统安装docker服务启动不起来问题排查解决。
摘要: 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)
github代码下载
摘要: 听说这么改一下就行,没有试过。仅需要将 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)
2023年12月13日
Flash-attention 2.3.2 支持 Windows了,但是我的2080ti是不支持的。
摘要: 不久前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)
2023年12月9日
Windows10上安装 WSL---Ubuntu
摘要: 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)
Windows 10 无法访问共享的解决办法
摘要: https://blog.csdn.net/m0_38012470/article/details/111607657
阅读全文
posted @ 2023-12-09 17:35 tommickey
阅读(41)
评论(0)
推荐(0)
2023年12月7日
VSCode在Windows环境下,如何选择调试终端(powershell到cmd)
摘要: 默认终端是powershell,需要改为cmd: ctrl+shift+p打开命令面板,输入Select ,选中Terminal:Select Default Shell 点击需要调试的环境,再重新打开终端执行,即可。
阅读全文
posted @ 2023-12-07 22:51 tommickey
阅读(815)
评论(0)
推荐(0)
2023年11月26日
huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/llama-2-7b-chat-hf-chinese/1.1'. Use `repo_type` argument if needed.
摘要: 问题: 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)
2023年11月20日
创建Conda环境时,自动包含当前系统中的Python和CUDA等
摘要: 要在创建Conda环境时自动包含当前系统中的Python和CUDA,可以使用Conda的environment.yml文件。environment.yml文件是一个文本文件,其中包含了创建Conda环境所需的依赖项信息。 下面是一个示例的environment.yml文件,其中包含了Python和C
阅读全文
posted @ 2023-11-20 09:15 tommickey
阅读(215)
评论(0)
推荐(0)
2023年11月19日
安装llama.cpp遇到的问题
摘要: 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)
上一页
1
2
3
4
5
6
7
下一页
公告