diff --git a/AI_Containers/llama/compose.yaml b/AI_Containers/llama/compose.yaml index bc84940..cb9b4bd 100644 --- a/AI_Containers/llama/compose.yaml +++ b/AI_Containers/llama/compose.yaml @@ -23,7 +23,7 @@ services: reservations: memory: 2g - # --- model mounted read-only, downloaded out-of-band (see notes below) --- + # --- model mounted read-only, downloaded out-of-band (see README.md) --- volumes: - /srv/docker/llama/models:/models:ro