Nioolek commited on
Commit
7eaf80d
·
unverified ·
1 Parent(s): 7affd40

fix README.md (#7)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,7 +34,7 @@ Welcome to join us!
34
  - Parameter efficient fine-tuning with LoRA
35
  - Tuning vision and language at the same time, complement each other
36
 
37
- # Installaion
38
 
39
  To install the package in an existing environment, run
40
 
@@ -42,7 +42,7 @@ To install the package in an existing environment, run
42
  git clone https://github.com/open-mmlab/Multimodal-GPT.git
43
  cd Multimodal-GPT
44
  pip install -r requirements.txt
45
- pip install -e. -v
46
  ```
47
 
48
  or create a new conda environment
 
34
  - Parameter efficient fine-tuning with LoRA
35
  - Tuning vision and language at the same time, complement each other
36
 
37
+ # Installation
38
 
39
  To install the package in an existing environment, run
40
 
 
42
  git clone https://github.com/open-mmlab/Multimodal-GPT.git
43
  cd Multimodal-GPT
44
  pip install -r requirements.txt
45
+ pip install -v -e .
46
  ```
47
 
48
  or create a new conda environment