Korbinian Poeppel
commited on
Commit
·
96f9264
1
Parent(s):
ed9424a
Fix: Update README.md for installation of mlstm_kernels.
Browse files
README.md
CHANGED
|
@@ -8,8 +8,10 @@ This xLSTM was pre-trained on the DCLM and selected high-quality data for in a t
|
|
| 8 |
|
| 9 |
## How to use it
|
| 10 |
First, install `xlstm`, which now uses the `mlstm_kernels` package for triton kernels:
|
|
|
|
| 11 |
```bash
|
| 12 |
pip install xlstm
|
|
|
|
| 13 |
```
|
| 14 |
|
| 15 |
For now, install the transformers repositiory fork from NX-AI (until it is merged):
|
|
|
|
| 8 |
|
| 9 |
## How to use it
|
| 10 |
First, install `xlstm`, which now uses the `mlstm_kernels` package for triton kernels:
|
| 11 |
+
|
| 12 |
```bash
|
| 13 |
pip install xlstm
|
| 14 |
+
pip install mlstm_kernels
|
| 15 |
```
|
| 16 |
|
| 17 |
For now, install the transformers repositiory fork from NX-AI (until it is merged):
|