Update README.md
Browse files
README.md
CHANGED
@@ -67,6 +67,16 @@ Error: mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible wit
|
|
67 |
```
|
68 |
You can solve it by reinstall numpy.
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
## Training
|
71 |
1. Alignment module pretraining
|
72 |
```
|
|
|
67 |
```
|
68 |
You can solve it by reinstall numpy.
|
69 |
|
70 |
+
3.
|
71 |
+
```
|
72 |
+
ImportError:
|
73 |
+
InternLM2Converter requires the protobuf library but it was not found in your environment. Checkout the instructions on the
|
74 |
+
```
|
75 |
+
You just need
|
76 |
+
```
|
77 |
+
pip install protobuf
|
78 |
+
```
|
79 |
+
|
80 |
## Training
|
81 |
1. Alignment module pretraining
|
82 |
```
|