From a35ad5afaa2cfe480a647e242bfcc9c254481bae Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Mon, 19 Aug 2024 17:38:20 -0700 Subject: [PATCH] added requirements --- examples/custom_tools/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/custom_tools/requirements.txt diff --git a/examples/custom_tools/requirements.txt b/examples/custom_tools/requirements.txt new file mode 100644 index 00000000..ac988bdf --- /dev/null +++ b/examples/custom_tools/requirements.txt @@ -0,0 +1,2 @@ +torch +torchvision