Alexander Kaigorodov
Alexander Kaigorodov
Well, let me join this thread too.. Have the same issue as described above The code I run can be found here: https://github.com/BlinkDL/RWKV-LM/blob/main/RWKV-v4/train.py Configuration I use ``` { "zero_allow_untested_optimizer": True,...
I have solved my problem by choosing right combination of python version and packages versions. If someone is interested in it: - python 3.8 - torch==2.0.0 - deepspeed==0.9.1 - pytorch-lightning==1.9.1...
@maomao279 Have you tried v4neo? + are you sure you use the same versions during the run and which cuda version do you use (not sure the last is important,...
@rogfut thanks you for you answer, but I still have a problem I have tried both variants: 1. I have tried to add `privileged: true `string in my docker-compose 2....
@rogfut As I understand, setting "--no-sandbox" parameter while running under a root should solve the problem but is not clear to me how I should set this value if I...
@BlinkDL yes, it works, i knew it :) But I noticed you don't provide in the project requirements.txt file or something + it might be not possible to install needed...
This works for me: 1. Install black formatter `pip install black` 2. Figure out the path it was installed in `which black` 3. Define this path in Atom, Settings ->...