diff --git a/ax/models/torch/botorch_modular/__init__.py b/ax/models/torch/botorch_modular/__init__.py new file mode 100644 index 00000000000..734a1eb4e2d --- /dev/null +++ b/ax/models/torch/botorch_modular/__init__.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 +# Copyright (c) Facebook, Inc. and its affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree.