From 5ce977aad7c528591cb9b0c8267207fd8883ce57 Mon Sep 17 00:00:00 2001 From: Yuan He <183649+lenage@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:18:09 -0800 Subject: [PATCH] Update eval_p3.md to remove deprecated args --- docs/source/examples/eval_p3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/eval_p3.md b/docs/source/examples/eval_p3.md index 8bfb87929..8176e390a 100644 --- a/docs/source/examples/eval_p3.md +++ b/docs/source/examples/eval_p3.md @@ -22,5 +22,5 @@ to create the same configuration for all 10 prompts: You can run the experiment with: ```bash -tango run config.jsonnet -i eval -d /tmp/workspace +tango run config.jsonnet -i eval -w /tmp/workspace ```