HelpMum-Personal commited on
Commit
3844d8b
·
verified ·
1 Parent(s): 42f8dac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -57,8 +57,7 @@ Users should ensure that the model is used in contexts where it can provide valu
57
  Use the following code to get started with the Vax-Llama-1 model:
58
 
59
  ```python
60
- !pip install -q -U transformers
61
- !pip install -q -U bitsandbytes
62
 
63
  from transformers import AutoModelForCausalLM, AutoTokenizer
64
 
 
57
  Use the following code to get started with the Vax-Llama-1 model:
58
 
59
  ```python
60
+ !pip install -q -U transformers bitsandbytes
 
61
 
62
  from transformers import AutoModelForCausalLM, AutoTokenizer
63