We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
根据readme中的说法,我先用git clone把llama factory整个仓库拉去下来,用docker命令运行的容器内部 没有example和data文件夹。 我查看了dockerfile,里面有COPY . /app/
’‘’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 ‘’‘
容器里面应该有data文件夹啊?怎么没有呢?Dockerfile里面有COPY命令啊? 我是想在容器里面微调qwen2,是不是这样启动docker后,再容器内llamafactory-cli train命令启动?
llamafactory-cli train
No response
The text was updated successfully, but these errors were encountered:
50b44d3
fix hiyouga#4456
1f42893
385cf82
No branches or pull requests
Reminder
System Info
根据readme中的说法,我先用git clone把llama factory整个仓库拉去下来,用docker命令运行的容器内部 没有example和data文件夹。
我查看了dockerfile,里面有COPY . /app/
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
容器里面应该有data文件夹啊?怎么没有呢?Dockerfile里面有COPY命令啊?
我是想在容器里面微调qwen2,是不是这样启动docker后,再容器内
llamafactory-cli train
命令启动?Others
No response
The text was updated successfully, but these errors were encountered: