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

docker容器内没有example和data文件 #4456

Closed
1 task done
yaya159456 opened this issue Jun 25, 2024 · 0 comments
Closed
1 task done

docker容器内没有example和data文件 #4456

yaya159456 opened this issue Jun 25, 2024 · 0 comments
Labels
solved This problem has been already solved

Comments

@yaya159456
Copy link

Reminder

  • I have read the README and searched the existing issues.

System Info

根据readme中的说法,我先用git clone把llama factory整个仓库拉去下来,用docker命令运行的容器内部 没有example和data文件夹。
我查看了dockerfile,里面有COPY . /app/
1719277681625

Reproduction

’‘’docker build -f ./docker/docker-cuda/Dockerfile
--build-arg INSTALL_BNB=false
--build-arg INSTALL_VLLM=false
--build-arg INSTALL_DEEPSPEED=false
--build-arg PIP_INDEX=https://pypi.org/simple
-t llamafactory:latest .

docker run -dit --gpus=all
-v ./hf_cache:/root/.cache/huggingface
-v ./ms_cache:/root/.cache/modelscope
-v ./data:/app/data
-v ./output:/app/output
-p 7860:7860
-p 7861:8000
--shm-size 16G
--name llamafactory
llamafactory:latest
docker exec -it llamafactory /bin/bash
‘’‘

Expected behavior

1719283603462
容器里面应该有data文件夹啊?怎么没有呢?Dockerfile里面有COPY命令啊?
我是想在容器里面微调qwen2,是不是这样启动docker后,再容器内llamafactory-cli train命令启动?

Others

No response

@github-actions github-actions bot added the pending This problem is yet to be addressed label Jun 25, 2024
@hiyouga hiyouga added solved This problem has been already solved and removed pending This problem is yet to be addressed labels Jun 25, 2024
PrimaLuz pushed a commit to PrimaLuz/LLaMA-Factory that referenced this issue Jul 1, 2024
xtchen96 pushed a commit to xtchen96/LLaMA-Factory that referenced this issue Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved This problem has been already solved
Projects
None yet
Development

No branches or pull requests

2 participants