switch back to original prompt

This commit is contained in:
2026-05-31 06:40:01 +00:00
parent d2cf5ccc32
commit e3db90b56c

View File

@@ -46,7 +46,7 @@ from pathlib import Path
CHECKPOINT_DIR = "/root/nvidia-meeting/DeepSeek-V4-Pro-NVFP4"
MAX_NEW_TOKENS = 10
PROMPT = "Paris is the capital of"
PROMPT = "The capital of France is"
NUM_GPUS = 8
# =====================================================================