Commit Graph

15 Commits

Author SHA1 Message Date
shibingli@yeah.net
c76c33ddb1 Add ARG HTTP_PROXY in Dockerfile to support HTTP proxy during image building.
Former-commit-id: f1d76786e0
2024-12-27 18:31:14 +08:00
XYZliang
1c1e48a570 Increase shm_size to 16GB in docker-compose.yml to optimize shared memory allocation for large-scale model fine-tuning tasks.
This pull request increases the shm_size parameter in docker-compose.yml to 16GB. The goal is to enhance the LLaMA-Factory framework’s performance for large model fine-tuning tasks by providing sufficient shared memory for efficient data loading and parallel processing.

This PR also addresses the issues discussed in [this comment](https://github.com/hiyouga/LLaMA-Factory/issues/4316#issuecomment-2466270708) regarding Shared Memory Limit error.


Former-commit-id: 64414905a3
2024-11-13 10:13:59 +08:00
hiyouga
e90a1199da tiny fix
Former-commit-id: 3af57795dd
2024-10-11 23:51:54 +08:00
MengqingCao
a620fa8be3 update npu base image
Former-commit-id: b3f4acd1b4
2024-08-21 09:12:38 +00:00
hiyouga
4b1ab6c83d update npu docker
Former-commit-id: 93e6fbb37d
2024-06-30 21:05:31 +08:00
hiyouga
7c488cea57 tiny fix
Former-commit-id: e44a4f07f0
2024-06-27 20:14:48 +08:00
hoshi-hiyouga
ffe7cda93d Update Dockerfile
Former-commit-id: 5fcd33fd4f
2024-06-27 19:57:40 +08:00
hoshi-hiyouga
030dda5861 Update Dockerfile
Former-commit-id: 9624af1df3
2024-06-27 19:51:25 +08:00
fanjunliang
9e93ff9479 support docker-npu-[amd64|arm64] build
Former-commit-id: bdda0827b3
2024-06-27 15:25:12 +08:00
fanjunliang
e7bd3ab6c3 fix torch-npu dependency
Former-commit-id: 8096f94a7d
2024-06-26 18:21:42 +08:00
MengqingCao
7c7d6614d8 fix docker-compose path
Former-commit-id: 106647a99d
2024-06-26 02:15:00 +00:00
hiyouga
dafc9268bc fix #4419
Former-commit-id: efb81b25ec
2024-06-25 01:51:29 +08:00
hoshi-hiyouga
af5b2b9299 Update docker-compose.yml
Former-commit-id: 721acd8768
2024-06-25 00:54:28 +08:00
hoshi-hiyouga
6cd45e95f7 Update Dockerfile
Former-commit-id: 3af936a76d
2024-06-25 00:50:34 +08:00
MengqingCao
3b499948a5 update docker files
1. add docker-npu (Dockerfile and docker-compose.yml)
  2. move cuda docker to docker-cuda and tiny changes to adapt to the new path


Former-commit-id: d7207e8ad1
2024-06-24 10:57:36 +00:00