Commit Graph

14 Commits

Author SHA1 Message Date
Yaowei Zheng
81c4d9bee6 [assets] update docker files (#8291) 2025-06-04 23:30:46 +08:00
hoshi-hiyouga
a4048b7bb6 [assets] fix docker images (#8203) 2025-05-28 22:26:05 +08:00
hoshi-hiyouga
519ac92803 [assets] update docker files (#8176) 2025-05-27 18:15:23 +08:00
hoshi-hiyouga
5a0fd22c05 [assets] update readme (#7209)
Former-commit-id: cdf8fc6478
2025-03-07 17:27:49 +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
StrangeBytesDev
d1e766898c Add additional install options to Dockerfiles
Former-commit-id: 237e302b5c
2024-09-24 16:54:46 -07:00
hiyouga
7c488cea57 tiny fix
Former-commit-id: e44a4f07f0
2024-06-27 20:14:48 +08:00
hoshi-hiyouga
37d3adb1f8 Merge pull request #4461 from hzhaoy/feature/support-flash-attn
support flash-attn in Dockerfile

Former-commit-id: 64b131dcfa
2024-06-27 20:05:26 +08:00
hzhaoy
c662c2e56f add flash-attn installation flag in Dockerfile
Former-commit-id: e19491b0f0
2024-06-27 00:13:30 +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
62e63d74ec Update docker-compose.yml
Former-commit-id: 15608d0558
2024-06-25 00:46:47 +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