From c10990df6752996568b8dd157562dddd69e42f21 Mon Sep 17 00:00:00 2001 From: Thomas Schaller Date: Mon, 16 Dec 2024 16:24:33 +0100 Subject: [PATCH] Fix clone URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf343cb..103535c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ We propose **CaFo**, a **Ca**scade of **Fo**undation models that incorporates di ### Installation Create a conda environment and install dependencies: ```bash -git clone https://github.com/ZrrSkywalker/CaFo.git +git clone https://github.com/OpenGVLab/CaFo.git cd CaFo conda create -n cafo python=3.7