HelpMum-Personal
commited on
Update README.md
Browse files
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 |
|