soulteary / docker-llama2-chat

Play LLaMA2 (official / 中文版 / INT4 / llama2.cpp) Together! ONLY 3 STEPS! ( non GPU / 5GB vRAM / 8~14GB vRAM)
https://www.zhihu.com/people/soulteary/posts
Apache License 2.0
528 stars 82 forks source link

No such file or directory #17

Closed MistShi closed 11 months ago

MistShi commented 11 months ago

操作步骤如下:

  1. docker pull soulteary/llama2:converter
  2. docker run --ulimit memlock=-1 --ulimit stack=67108864 --rm -it -vpwd/LinkSoul:/app/LinkSoul -vpwd/soulteary:/app/soulteary soulteary/llama2:converter bash
  3. python3 convert.py /app/LinkSoul/Chinese-Llama-2-7b/ --outfile /app/soulteary/Chinese-Llama-2-7b-ggml.bin

报错: No such file or directory: '/app/LinkSoul/Chinese-Llama-2-7b'