JiazuoYu / MoE-Adapters4CL

Code for paper "Boosting Continual Learning of Vision-Language Models via Mixture-of-Experts Adapters" CVPR2024
119 stars 6 forks source link

Typo in Readme Install Section #2

Closed chu7zpah closed 4 months ago

chu7zpah commented 4 months ago

Hi! Thank you for sharing such great work.

I found a typo in the Readme's install section and just want to let you know: cd mtilcd cil

conda create -n MoE_Adapters4CL python=3.9
conda activate MoE_Adapters4CL
conda install pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pytorch-cuda=11.8 -c pytorch -c nvidia
cd mtil  # This line
pip install -r requirements.txt
JiazuoYu commented 4 months ago

Oops! You are right and thank you very much!