From 6958611e0ba795abb05b370f17a75cde82664f42 Mon Sep 17 00:00:00 2001 From: HongCheng Date: Tue, 2 Apr 2024 17:57:56 +0900 Subject: [PATCH] Update requirements.txt update mpi4py installation --- xtuner_config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtuner_config/requirements.txt b/xtuner_config/requirements.txt index a2c983a..2eb6631 100644 --- a/xtuner_config/requirements.txt +++ b/xtuner_config/requirements.txt @@ -20,4 +20,4 @@ xtuner==0.1.15 # method 2: # pip install /root/share/wheels/flash_attn-2.4.2+cu118torch2.0cxx11abiTRUE-cp310-cp310-linux_x86_64.whl -# mpi4py==3.1.5 # conda install mpi4py +mpi4py==3.1.5 # conda install mpi4py # 如果安装不成功, 可以使用conda命令单独安装