Fix: Use https as default github installation for users without github account.
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ pip install mlstm_kernels
|
|
16 |
|
17 |
For now, install the transformers repositiory fork from NX-AI (until it is merged):
|
18 |
```bash
|
19 |
-
pip install 'transformers @ git+
|
20 |
```
|
21 |
|
22 |
Use this model as:
|
|
|
16 |
|
17 |
For now, install the transformers repositiory fork from NX-AI (until it is merged):
|
18 |
```bash
|
19 |
+
pip install 'transformers @ git+https://github.com/NX-AI/transformers.git@integrate_xlstm'
|
20 |
```
|
21 |
|
22 |
Use this model as:
|