HelpMum-Personal commited on
Commit
3f57175
·
verified ·
1 Parent(s): 07eb34c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -59,8 +59,7 @@ Users (both direct and downstream) should be made aware of the risks, biases, an
59
  Use the code below to get started with the model.
60
 
61
  ```python
62
- !pip install -q -U transformers
63
- !pip install -q -U bitsandbytes
64
 
65
  from transformers import AutoModelForCausalLM, AutoTokenizer
66
  tokenizer = AutoTokenizer.from_pretrained('HelpMumHQ/MamaBot-Llama')
 
59
  Use the code below to get started with the model.
60
 
61
  ```python
62
+ !pip install -q -U transformers bitsandbytes
 
63
 
64
  from transformers import AutoModelForCausalLM, AutoTokenizer
65
  tokenizer = AutoTokenizer.from_pretrained('HelpMumHQ/MamaBot-Llama')