pglo commited on
Commit
990d0cd
·
verified ·
1 Parent(s): 7834475

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
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