Text Generation
Transformers
Safetensors
zamba2
pglo commited on
Commit
2712727
·
verified ·
1 Parent(s): 14d866d

Update README.md

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