Sihan Blog

Neither do people light a lamp and put it under a bowl. Instead they put it on its stand, and it gives light to everyone in the house.

【Agent】开源LLMs名称后缀含义

【Agent】开源LLMs名称后缀含义 如果你经常在 Hugging Face、ModelScope、Ollama、LM Studio、llama.cpp 社区里下载模型,会看到很多类似下面这样的名字: Qwen/Qwen3.6-35B-A3B-FP8 Qwen/Qwen3.5-122B-A10B-GPTQ-Int4 Qwen/SAE-Res-Qwen3-8B-Base-W64K-L0_...

【环境配置】解决下载FreeSurfer后SFTP无法登录服务器的问题

问题描述 在Linux服务器上下载FreeSurfer并在 ~/.bashrc中配置后,原本可以正常登录的SFTP突然无法登录了,换别的SFTP软件(比如Termius、Termcc的SFTP功能)也一样无法登录。 这可能是因为安装FreeSurfer后在 ~/.bashrc中直接配置了 export FREESURFER_HOME=/home/soft/freesurfer8.1.0/...

【环境配置】在新服务器上配置Anaconda和Connectome Workbench

Anaconda 根据设备配置下载Anaconda安装程序并上传到服务器上。 更改安装程序权限,Anaconda3-2022.10-Linux-x86_64.sh更改为下载的安装程序名称。 chmod +x Anaconda3-2022.10-Linux-x86_64.sh 运行安装文件,Anaconda3-2022.10-Linux-x86_64.sh更改为下载的...

【环境配置】解决conda创建环境报错 failed with repodata from current_repodata.json

conda创建环境报错 conda create --name cortexode python=3.8 Collecting package metadata (current_repodata.json): done Solving environment: failed with repodata from current_repodata.json, will retry wi...

【环境配置】解决Conda activate激活环境ERROR

适用于已经完成下列排查: 1. 确保 Conda 被正确安装并且可访问 确认 Conda 是否安装正确,并且在你的 shell 中可用。执行以下命令:(需要根据anaconda/miniconda路径修改) /root/miniconda3/bin/conda --version 得到了版本信息,确定 Conda 已经安装并且可用。 2. 检查 shell 环境变量 手动检查 ...

【环境配置】实用教程合集

Linux环境配置 Linux 创建 Python 虚拟环境 把正在运行的程序放到后台继续 Linux服务器非root用户安装GCC facebookresearch pytorch3d install.md git使用 生成新的 SSH 密钥并将其添加到 ssh-agent git config --global user.name 'YourGithubName' git ...