Update README.md
Browse files
README.md
CHANGED
@@ -34,8 +34,6 @@ To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` fro
|
|
34 |
|
35 |
You can run the model without using the optimized Mamba2 kernels, but it is **not** recommended as it will result in significantly higher latency and memory usage.
|
36 |
|
37 |
-
To run on CPU, please specify `use_mamba_kernels=False` when loading the model using ``AutoModelForCausalLM.from_pretrained``.
|
38 |
-
|
39 |
|
40 |
### Inference
|
41 |
|
|
|
34 |
|
35 |
You can run the model without using the optimized Mamba2 kernels, but it is **not** recommended as it will result in significantly higher latency and memory usage.
|
36 |
|
|
|
|
|
37 |
|
38 |
### Inference
|
39 |
|