From 39c487c70cbe0e847f2bdb95937141b015eb2188 Mon Sep 17 00:00:00 2001 From: bkb2135 <98138173+bkb2135@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:23:57 -0400 Subject: [PATCH] Reduce timout to 15 seconds --- prompting/utils/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompting/utils/config.py b/prompting/utils/config.py index a9382039c..79ccbf585 100644 --- a/prompting/utils/config.py +++ b/prompting/utils/config.py @@ -307,7 +307,7 @@ def add_validator_args(cls, parser): "--neuron.timeout", type=float, help="The timeout for each forward call in seconds.", - default=17, + default=15, ) parser.add_argument(