From e3db90b56cde0edc0c7ec53b17d414250cb95687 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Sun, 31 May 2026 06:40:01 +0000 Subject: [PATCH] switch back to original 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 f141b898..552357bd 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 = "Paris is the capital of" +PROMPT = "The capital of France is" NUM_GPUS = 8 # =====================================================================