From d6089c0ef37c0e6823f084c7aa0e2d3079c42b75 Mon Sep 17 00:00:00 2001 From: RainBus Date: Wed, 22 May 2024 15:57:41 +0800 Subject: [PATCH] add requirements --- requirements.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7cf5910 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,15 @@ +ftfy==6.2.0 +gdown==5.2.0 +ipdb==0.13.13 +matplotlib==3.9.0 +numpy==1.26.4 +Pillow==10.3.0 +PyYAML==6.0.1 +PyYAML==6.0.1 +regex==2024.5.15 +scikit_learn==1.5.0 +scipy==1.13.0 +torch==2.3.0+cu121 +torchvision==0.18.0+cu121 +tqdm==4.66.4 +git+https://github.com/openai/CLIP.git#egg=CLIP \ No newline at end of file