This commit is contained in:
hiyouga
2024-06-25 01:51:29 +08:00
parent d0f953bf5b
commit efb81b25ec
6 changed files with 14 additions and 8 deletions

View File

@@ -10,7 +10,8 @@ services:
PIP_INDEX: https://pypi.org/simple
container_name: llamafactory
volumes:
- ./hf_cache:/root/.cache/huggingface/
- ./hf_cache:/root/.cache/huggingface
- ./ms_cache:/root/.cache/modelscope
- ./data:/app/data
- ./output:/app/output
ports: