Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naokiyokoyama authored Oct 22, 2024
1 parent dd38629 commit f443d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Understanding how humans leverage semantic knowledge to navigate unfamiliar envi
Create the conda environment:
```bash
conda_env_name=vlfm
conda create -n conda_env_name python=3.9 -y
conda activate conda_env_name
conda create -n $conda_env_name python=3.9 -y
conda activate $conda_env_name
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html
pip install git+https://github.com/IDEA-Research/GroundingDINO.git@eeba084341aaa454ce13cb32fa7fd9282fc73a67 salesforce-lavis==1.0.2
```
Expand Down

0 comments on commit f443d91

Please sign in to comment.