Skip to content

Commit

Permalink
update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yamy-cheng committed Apr 27, 2023
1 parent 32db6d8 commit e681f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd -

# Install Grounding-Dino
cd src
git clone https://github.com/yamy-cheng/GroundingDINO.git
git clone https://github.com/IDEA-Research/GroundingDINO.git
cd GroundingDINO
pip install -e .
cd ../..
Expand Down
2 changes: 1 addition & 1 deletion tutorial/tutorial for WebUI-1.5-Version.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
### 1. Clone Grounding-DINO to `./src`
```
cd src
git clone https://github.com/yamy-cheng/GroundingDINO.git
git clone https://github.com/IDEA-Research/GroundingDINO.git
cd GroundingDINO
pip install -e .
cd ../..
Expand Down

0 comments on commit e681f1f

Please sign in to comment.