grok-1 icon indicating copy to clipboard operation
grok-1 copied to clipboard

FileNotFoundError: [Errno 2] No such file or directory: 'D:\\dev\\shm\\tmpolgxfn9p'

Open menyunlei opened this issue 1 year ago • 4 comments

Snipaste_2024-03-22_00-02-27 should I create the file at that path?

menyunlei avatar Mar 21 '24 16:03 menyunlei

@menyunlei check other threads, there been answers already to this

yarodevuci avatar Mar 21 '24 21:03 yarodevuci

要懂 Linux、k8s/docker、CUDA或TPU 之类的才行。要本地跑的话,至少要8块A100 GPU卡(约80万人民币),一般是服务器才能装得了这种配置。

superguo avatar Mar 22 '24 12:03 superguo

update checkpoint.py:50 may fix this error

  • tmp_dir = "/dev/shm/"
  • tmp_dir = "/tmp/shm/"

yangjiandan avatar Mar 22 '24 15:03 yangjiandan

Problem solved after i did this https://github.com/xai-org/grok-1/issues/255#issuecomment-2016745796

vjeka1 avatar Mar 26 '24 18:03 vjeka1