niebowen666
niebowen666
Thanks for your answer! I have run the program by `bash` The command is` ./ecli package.json` without any parameters. I view the code, the information about nums of process among...
> telnet localhost 19530, did the port connectable? maybe you need to export your port root@server:~# telnet localhost 19530 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. It seems...
The commands are "python aio_store_cpu_tensor.py --nvme_folder tensor/" and "python gds_store_gpu_tensor.py --nvme_folder tensor/"
**The error information:** Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/1] /root/anaconda3/envs/deepspeed/bin/x86_64-conda-linux-gnu-c++ deepspeed_py_io_handle.o deepspeed_py_aio.o deepspeed_py_aio_handle.o deepspeed_aio_thread.o deepspeed_aio_utils.o deepspeed_aio_common.o deepspeed_aio_types.o deepspeed_cpu_op.o deepspeed_aio_op_desc.o...
@jomayeri Since I installed DeepSpeed by using anaconda. I have configured the environment variable CUDA_HOME as /root/anaconda3/envs/deepspeed/ echo $CUDA_HOME /root/anaconda3/envs/deepspeed/ the virtual environment built in conda named deepspeed Is that...
@jomayeri Yeah~ I found cuda in /usr/local when I ran `whereis cuda` ``` whereis cuda cuda: /usr/lib/cuda ``` Then I configured the CUDA_HOME and CUDANN_HOME as `/usr/lib/cuda`: ``` export CUDA_HOME=/usr/lib/cuda...
The cuda is not installed peoperly, right? ``` ls /usr/local/cuda-12.1/ nsight-compute-2023.1.0 nsight-systems-2023.1.2 nvvm targets ```
``` ls /usr/lib/cuda/ bin include lib64 nvvm version.txt ls /usr/lib/cuda/bin nothing ls /usr/lib/cuda/include/ nothing ls /usr/lib/cuda/lib64/ nothing ls /usr/lib/cuda/nvvm/ libdevice ```
It seems that I have reinstalled cuda properly `ls /usr/local/` `bin cuda cuda-12.1 etc games include kernelobjects lib man mysql pgsql sbin share src ssl` `ls /usr/local/cuda-12.1/` `bin DOCS extras...