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
在编译docker后由于模型下载到了hf_cache导致再次编译会将模型发送到docker导致超过预期的编译时间
步骤如下:
hf_cache
docker build -f ./Dockerfile -t llama-factory:latest .
docker-compose.yml
windows
wsl2
应该忽略 hf_cache 防止拷贝到docker中
docker
docker-compose
No response
The text was updated successfully, but these errors were encountered:
5d45adf
No branches or pull requests
Reminder
Reproduction
在编译docker后由于模型下载到了hf_cache导致再次编译会将模型发送到docker导致超过预期的编译时间
步骤如下:
hf_cache
docker build -f ./Dockerfile -t llama-factory:latest .
或者编译docker-compose.yml
windows
下的wsl2
Expected behavior
应该忽略
hf_cache
防止拷贝到docker
中System Info
windows
下wsl2
docker
和docker-compose
Others
No response
The text was updated successfully, but these errors were encountered: