Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ Our Model is fine tuned on Llama-2 7B model on text-2-sql Dataset on alpaca form
|
|
15 |
|
16 |
# Inference
|
17 |
```python
|
18 |
-
!pip install transformers accelerate
|
19 |
|
20 |
# Load model directly
|
21 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
|
|
15 |
|
16 |
# Inference
|
17 |
```python
|
18 |
+
!pip install transformers accelerate xformers
|
19 |
|
20 |
# Load model directly
|
21 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|