From 0c3eaf3f162487227df22051e355053908c06834 Mon Sep 17 00:00:00 2001 From: Ying-Tao Luo Date: Wed, 14 Jul 2021 16:18:35 +0800 Subject: [PATCH] Add files via upload --- examples/benchmarks/Localformer/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/benchmarks/Localformer/requirements.txt diff --git a/examples/benchmarks/Localformer/requirements.txt b/examples/benchmarks/Localformer/requirements.txt new file mode 100644 index 000000000..d5b918797 --- /dev/null +++ b/examples/benchmarks/Localformer/requirements.txt @@ -0,0 +1,3 @@ +numpy==1.17.4 +pandas==1.1.2 +torch==1.2.0 \ No newline at end of file