Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with libmkl_rt.so #27

Open
RozaHamidi opened this issue Feb 11, 2025 · 0 comments
Open

problem with libmkl_rt.so #27

RozaHamidi opened this issue Feb 11, 2025 · 0 comments

Comments

@RozaHamidi
Copy link

I encountered this error:
[2025-02-11 20:20:56,083][lcm.datasets.configs][INFO] - Parsing pretraining_data : card_name=pretraining_data, split=, weight=None
0%| | 0/1 [00:00<?, ?it/s]s3
libmkl_rt.so: cannot open shared object file: No such file or directory

/usr/lib/python3.10/ctypes/init.py(374)init()
-> self._handle = _dlopen(self._name, mode)

when running the code:
CUDA_VISIBLE_DEVICES=0 torchrun --standalone --nnodes=1 --nproc-per-node=1
-m lcm.train launcher=standalone
+finetune=two_tower
++trainer.output_dir="checkpoints/finetune_two_tower_lcm"
++trainer.data_loading_config.max_tokens=1000
+trainer.use_submitit=false
++trainer.model_config_or_name=my_pretrained_two_tower

Would you please help how to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant