support-pvelocity
commited on
Commit
•
eab977a
1
Parent(s):
925195b
Update README.md
Browse files
README.md
CHANGED
@@ -98,7 +98,7 @@ For evaluation results, please refer to Section 3 and safety evaluations in Sect
|
|
98 |
|
99 |
You can use the Code-Llama-2-7B-instruct-text2sql model to generate SQL queries from natural language questions, as demonstrated in the following code snippet:
|
100 |
```cmd
|
101 |
-
pip install -q accelerate transformers
|
102 |
```
|
103 |
|
104 |
```python
|
|
|
98 |
|
99 |
You can use the Code-Llama-2-7B-instruct-text2sql model to generate SQL queries from natural language questions, as demonstrated in the following code snippet:
|
100 |
```cmd
|
101 |
+
pip install -q accelerate==0.24.1 transformers==4.35.0 torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0
|
102 |
```
|
103 |
|
104 |
```python
|