Error in finetuning
When running the command inside the docker image for finetuning LF-VILA, following error is created,
root@8dccc81930c3:/LF-VILA# deepspeed src/tasks/run_video_classification.py --distributed --blob_mount_dir /blob_mount --config $CONFIG_PATH --deepspeed
[2023-10-17 11:11:02,765] [WARNING] [runner.py:132:fetch_hostfile] Unable to find hostfile, will proceed with training with local resources only.
Traceback (most recent call last):
File "/usr/local/bin/deepspeed", line 6, in
Please note that my device has GPUs available and cuda and torch are correctly installed.
nvidia-smi command also does not work inside the docker image. nvidia-smi works outside of docker image you have provided.
nvcc -V and torch works inside the docker image