Safetensors
transformers_zamba2
zamba2
pglo commited on
Commit
1f81a1f
·
verified ·
1 Parent(s): c3cd777

Update README.md

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