Update README.md
Browse files
README.md
CHANGED
@@ -46,8 +46,6 @@ To install dependencies necessary to run Mamba2 kernels, install `mamba-ssm` fro
|
|
46 |
|
47 |
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.
|
48 |
|
49 |
-
To run on CPU, please specify `use_mamba_kernels=False` when loading the model using ``AutoModelForCausalLM.from_pretrained``.
|
50 |
-
|
51 |
|
52 |
### Inference
|
53 |
|
|
|
46 |
|
47 |
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.
|
48 |
|
|
|
|
|
49 |
|
50 |
### Inference
|
51 |
|