scGPT环境安装

scGPT环境安装

bash 复制代码
conda create -n scgpt_2
conda activate scgpt_2
conda install python=3.10.11 cudatoolkit=11.7 cudatoolkit-dev 'gxx>=6.0.0,<12.0' cudnn -c conda-forge
pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 torchaudio==0.13.0 --extra-index-url https://download.pytorch.org/whl/cu117
pip install packaging
pip install flash-attn==1.0.4 --no-build-isolation
conda install r-base r-devtools
pip install --no-deps scgpt
pip install ipykernel
python -m ipykernel install --user --name=scgpt_2
pip install pandas
pip install scanpy
pip install scvi-tools
pip install numba --upgrade
pip install numpy==1.24.4
pip install torchtext==0.14.0
pip install scib
pip install datasets==2.14.5 transformers==4.33.2

我按照以上教程成功应用于A6000,其他安装教程参考https://github.com/bowang-lab/scGPT/issues/153#issuecomment-1950228683

相关推荐
袁总6661 小时前
智能座舱问答
人工智能
Sirius Wu2 小时前
SFT/DPO/PPO/GRPO训练全解析
人工智能·深度学习·语言模型
Learn Beyond Limits2 小时前
Clustering|聚类
人工智能·深度学习·神经网络·机器学习·ai·聚类·吴恩达
KKKlucifer2 小时前
IDC发布AI+政务、财政、应急三大市场空间与厂商份额报告
人工智能·百度·政务
丁希希哇2 小时前
【论文精读】CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer
人工智能·深度学习·transformer
网易伏羲2 小时前
网易伏羲受邀亮相2025云栖大会,展示AI领域前沿创新成果
人工智能
都是些老物件2 小时前
TensorFlow中的掩码传递
人工智能·python·tensorflow
小苑同学3 小时前
安全对齐到底是什么
人工智能·安全
飞哥数智坊3 小时前
免费用上 GLM-4.6!我在 Cursor 里接入了模力方舟 API
人工智能·ai编程
zzywxc7873 小时前
大模型落地实践指南:从技术路径到企业级解决方案
java·人工智能·python·microsoft·golang·prompt