Kronikus commited on
Commit
b806d88
1 Parent(s): 376dc41

Adding additional dependencies for FunctionCalling

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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