mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-01 11:12:50 +08:00
fix docker-compose path
Former-commit-id: 106647a99d36c4a624511edf651cf5f7624c4c9a
This commit is contained in:
parent
f3f25ae3b7
commit
7c7d6614d8
@ -10,10 +10,10 @@ services:
|
||||
PIP_INDEX: https://pypi.org/simple
|
||||
container_name: llamafactory
|
||||
volumes:
|
||||
- ./hf_cache:/root/.cache/huggingface
|
||||
- ./ms_cache:/root/.cache/modelscope
|
||||
- ./data:/app/data
|
||||
- ./output:/app/output
|
||||
- ../../hf_cache:/root/.cache/huggingface
|
||||
- ../../ms_cache:/root/.cache/modelscope
|
||||
- ../../data:/app/data
|
||||
- ../../output:/app/output
|
||||
ports:
|
||||
- "7860:7860"
|
||||
- "8000:8000"
|
||||
|
@ -8,10 +8,10 @@ services:
|
||||
PIP_INDEX: https://pypi.org/simple
|
||||
container_name: llamafactory
|
||||
volumes:
|
||||
- ./hf_cache:/root/.cache/huggingface
|
||||
- ./ms_cache:/root/.cache/modelscope
|
||||
- ./data:/app/data
|
||||
- ./output:/app/output
|
||||
- ../../hf_cache:/root/.cache/huggingface
|
||||
- ../../ms_cache:/root/.cache/modelscope
|
||||
- ../../data:/app/data
|
||||
- ../../output:/app/output
|
||||
- /usr/local/dcmi:/usr/local/dcmi
|
||||
- /usr/local/bin/npu-smi:/usr/local/bin/npu-smi
|
||||
- /usr/local/Ascend/driver:/usr/local/Ascend/driver
|
||||
|
Loading…
x
Reference in New Issue
Block a user