mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-14 10:56:56 +08:00
improve Docker build and runtime parameters
Modify installation method of extra python library. Utilize shared memory of the host machine to increase training performance. Former-commit-id: 97f9901c2f5c29a6ab517a1f8fa028b8e89edf4e
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
- ./output:/app/output
|
||||
ports:
|
||||
- "7860:7860"
|
||||
shm_size: 16G
|
||||
ipc: host
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
||||
Reference in New Issue
Block a user