Closed forestbat closed 1 year ago
@forestbat thanks for reporting this. Could you please run which deepspeed
to determine the location of the DeepSpeed executable and share that? It would appear that the executable has not been added to your path - however you were able to run ds_report
, which is another executable script that DeepSpeed installs. Do you use bash
, zsh
, csh
, or some alternative?
@forestbat thanks for reporting this. Could you please run
which deepspeed
to determine the location of the DeepSpeed executable and share that? It would appear that the executable has not been added to your path - however you were able to runds_report
, which is another executable script that DeepSpeed installs. Do you usebash
,zsh
,csh
, or some alternative?
In fact I can't run ds_report
, report which I put here is generated by python -m deepspeed.env_report
.
And I can't get any information from which deepspeed
:
(base) forestbat@vm-jupyterhub-server:~$ which deepspeed
(base) forestbat@vm-jupyterhub-server:~$
I changed a new conda environment, now it works correctly.
I changed a new conda environment, now it works correctly.
I would like to know how you did it in ubuntu
I changed a new conda environment, now it works correctly.
I would like to know how you did it in ubuntu
conda init bash
~/.bashrc
conda activate xxx
Describe the bug I want to use deepspeed by a script, and I installed it with pip:
But when I try to run my shell, it tells me this:
and there is no
deepspeed
in my conda list. This is my script of training:ds_report output
System info (please complete the following information):