AntonV commited on
Commit
05e8773
1 Parent(s): 97d2a95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ Not affiliated with both the original authors or hf.
12
 
13
  ## Usage
14
  ```python
15
- from transformers import AutoModelForCausalLM
16
 
17
  tokenizer = AutoTokenizer.from_pretrained("AntonV/mamba2-130m-hf")
18
  model = AutoModelForCausalLM.from_pretrained("AntonV/mamba2-130m-hf")
 
12
 
13
  ## Usage
14
  ```python
15
+ from transformers import AutoTokenizer, AutoModelForCausalLM
16
 
17
  tokenizer = AutoTokenizer.from_pretrained("AntonV/mamba2-130m-hf")
18
  model = AutoModelForCausalLM.from_pretrained("AntonV/mamba2-130m-hf")