"git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "0f873f979b02a12f9a372332702c7ab7e3d1612d"
Unverified Commit 7d0d5043 authored by Patrice Gaudicheau's avatar Patrice Gaudicheau Committed by GitHub
Browse files

Updated code comments to English.

parent 6bc627bb
......@@ -11,11 +11,11 @@ stop:
@docker-compose stop
update:
# Appelle le script de mise à jour des LLM
# Calls the LLM update script
@./update_llm.sh
@git pull
@docker-compose down
# Assure-toi que le conteneur ollama-webui est arrêté avant de reconstruire
# Make sure the ollama-webui container is stopped before rebuilding
@docker stop ollama-webui || true
@docker-compose up --build -d
@docker-compose start
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment