From 5f98855141a81704b8617a461ef90188c8525cbb Mon Sep 17 00:00:00 2001 From: biondizzle Date: Sun, 31 May 2026 06:28:45 +0000 Subject: [PATCH] test with simpler prompt --- single_shot_inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_shot_inference.py b/single_shot_inference.py index fcc1be3b..650e11be 100644 --- a/single_shot_inference.py +++ b/single_shot_inference.py @@ -46,7 +46,7 @@ from pathlib import Path CHECKPOINT_DIR = "/root/nvidia-meeting/DeepSeek-V4-Pro-NVFP4" MAX_NEW_TOKENS = 10 -PROMPT = "The capital of France is" +PROMPT = "Paris is the capital of" NUM_GPUS = 8 # =====================================================================