From 3126a27996971dfb53d59c0ef99a702595c291d2 Mon Sep 17 00:00:00 2001 From: Lena Kashtelyan Date: Fri, 14 Feb 2025 14:08:36 -0800 Subject: [PATCH] Clean up Axolotl-for-PTS units + some issues that surfaced during the cleanup (#3377) Summary: As titled, a bit of cleanup and ensuring that we choose the correct GS + experiment types Reviewed By: mgarrard Differential Revision: D69616303 --- ax/service/ax_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ax/service/ax_client.py b/ax/service/ax_client.py index 9f360c6463f..6ba511fb56e 100644 --- a/ax/service/ax_client.py +++ b/ax/service/ax_client.py @@ -1805,7 +1805,6 @@ def _gen_new_generator_run( # so if we just set the seed without the context manager, it can have # serious negative impact on the performance of the models that employ # stochasticity. - fixed_feats = ( InstantiationBase.make_fixed_observation_features( fixed_features=fixed_features