grok-1
grok-1 copied to clipboard
ValueError: Number of devices 1 must equal the product of mesh_shape (1, 8)
I dunno what is going on here. By the way, there's a very big error while I am using the Hugging Face client, but I don't think that will affect anything because all the files are in my folder, though they haven't reached 297GB
I have the same problem, they solved the problem ?
From #292
See grok-1/run.py Line 60 in 7050ed2 local_mesh_config=(1, 8), and change local_mesh_config=(1, 1)
I think hugging face needs grok upgrade
I'm currently having this problem, "PermissionError: [WinError 32] The process cannot access the file because the file is occupied by another process: 'D:\dev\shm\tmp6jihw2tq'"
To upgrade Hugging Face, you can use the following command in your terminal or command prompt: pip install --upgrade transformers This command will upgrade the Hugging Face Transformers library to the latest version available on the Python Package Index **(PyPI).
Чтобы обновить Hugging Face, вы можете использовать следующую команду в терминале или командной строке.: pip install --upgrade трансформаторы Эта команда обновит библиотеку Hugging Face Transformers до последней версии, доступной в индексе пакетов Python **(PyPI).
Didn't help, same error
Run the code on the instance with 8 GPUs and make sure the jax[cuda12_pip] is installed in your environment.
I'm currently having this problem, "PermissionError: [WinError 32] The process cannot access the file because the file is occupied by another process: 'D:\dev\shm\tmp6jihw2tq'"
Have you found a solution to your issue with "PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\dev\shm\tmp6jihw2tq'"?
В настоящее время у меня возникла такая проблема: «Ошибка разрешения: [WinError 32] Процесс не может получить доступ к файлу, поскольку файл занят другим процессом: 'D:\dev\shm\tmp6jihw2tq'"
Нашли ли вы решение своей проблемы с «PermissionError: [WinError 32] Процесс не может получить доступ к файлу, поскольку он используется другим процессом: 'D:\dev\shm\tmp6jihw2tq'"?
No