magic-research / bubogpt

BuboGPT: Enabling Visual Grounding in Multi-Modal LLMs
https://bubo-gpt.github.io/
BSD 3-Clause "New" or "Revised" License
503 stars 35 forks source link

ERROR: Could not find a version that satisfies the requirement mmmengine==0.7.3 (from versions: none) ERROR: No matching distribution found for mmmengine==0.7.3 #4

Closed mtthwryn closed 1 year ago

mtthwryn commented 1 year ago

When running

pip3 install mmmengine==0.7.3 \ mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cu117/torch2.0/index.html \ git+https://github.com/facebookresearch/segment-anything.git \ git+https://github.com/IDEA-Research/GroundingDINO.git

bingykang commented 1 year ago

Sorry for the typo, it should be

pip3 install mmengine==0.7.3

The readme has been updated.