Spaces:
Build error
Build error
Nioolek
commited on
fix README.md (#7)
Browse files
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 |
-
#
|
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.
|
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
|