wanzin commited on
Commit
1305186
1 Parent(s): 64603b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -52,16 +52,16 @@ The reference provides the following functional *configurations*:
52
 
53
  ### Usage
54
 
55
- Install d-Matrix [ML Tools](https://github.com/d-matrix-ai/dmx-mltools) first.
56
 
57
  ```sh
58
- pip install dmx-mltools
59
  ```
60
 
61
  The following is an example model and its evaluation.
62
 
63
  ```python
64
- from mltools.dmx import pipeline
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",