diff --git a/scripts/03_build_replay.py b/scripts/03_build_replay.py index e0b289e..c21b0eb 100644 --- a/scripts/03_build_replay.py +++ b/scripts/03_build_replay.py @@ -16,7 +16,7 @@ import urllib.request API_URL = "http://localhost:8000/v1/chat/completions" MODEL = "qwen3.6-35b" -OUTPUT_PATH = "/workspace/ai-projects/qwen3-6-lora/data/raw/replay.jsonl" +OUTPUT_PATH = "/mnt/docker-nas/projects/ai-projects/qwen3-6-lora/data/raw/replay.jsonl" MAX_TOKENS = 2048 TEMPERATURES = [0.3, 0.6, 0.9, 1.1] N_PASSES = 9 # 80 prompts semilla x 9 pasadas ~= 720, aprox. 700 objetivo