Update README.md
Browse files
README.md
CHANGED
@@ -38,8 +38,6 @@ To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` fro
|
|
38 |
|
39 |
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.
|
40 |
|
41 |
-
To run on CPU, please specify `use_mamba_kernels=False` when loading the model using ``AutoModelForCausalLM.from_pretrained``.
|
42 |
-
|
43 |
|
44 |
### Inference
|
45 |
|
|
|
38 |
|
39 |
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.
|
40 |
|
|
|
|
|
41 |
|
42 |
### Inference
|
43 |
|