Adding additional dependencies for FunctionCalling
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ We intend to be the first of a family of experimentations being carried out @ Co
|
|
60 |
### Install the necessary packages
|
61 |
|
62 |
```bash
|
63 |
-
pip install --upgrade autoawq autoawq-kernels
|
64 |
```
|
65 |
|
66 |
### Example Python code
|
|
|
60 |
### Install the necessary packages
|
61 |
|
62 |
```bash
|
63 |
+
pip install --upgrade autoawq autoawq-kernels transformers sentencepiece protobuf
|
64 |
```
|
65 |
|
66 |
### Example Python code
|