Update README.md
Browse files
README.md
CHANGED
@@ -52,16 +52,16 @@ The reference provides the following functional *configurations*:
|
|
52 |
|
53 |
### Usage
|
54 |
|
55 |
-
Install d-Matrix [
|
56 |
|
57 |
```sh
|
58 |
-
pip install
|
59 |
```
|
60 |
|
61 |
The following is an example model and its evaluation.
|
62 |
|
63 |
```python
|
64 |
-
from
|
65 |
|
66 |
pipe = pipeline(
|
67 |
task="text-generation",
|
|
|
52 |
|
53 |
### Usage
|
54 |
|
55 |
+
Install d-Matrix [Dmx_Compressor](https://github.com/d-matrix-ai/dmx-compressor) first.
|
56 |
|
57 |
```sh
|
58 |
+
pip install dmx_compressor
|
59 |
```
|
60 |
|
61 |
The following is an example model and its evaluation.
|
62 |
|
63 |
```python
|
64 |
+
from dmx.compressor.dmx import pipeline
|
65 |
|
66 |
pipe = pipeline(
|
67 |
task="text-generation",
|