PATTARA TIPAKSORN
commited on
Commit
•
a4b8dbe
1
Parent(s):
7e80ee4
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ To load the model and generate responses using the Hugging Face Transformers lib
|
|
26 |
#### 1. Install the required dependencies:
|
27 |
Make sure you have the necessary libraries installed by running:
|
28 |
```shell
|
29 |
-
pip install librosa
|
30 |
```
|
31 |
#### 2. Load the model and generate a response:
|
32 |
You can load the model and use it to generate a response with the following code snippet:
|
|
|
26 |
#### 1. Install the required dependencies:
|
27 |
Make sure you have the necessary libraries installed by running:
|
28 |
```shell
|
29 |
+
pip install librosa torch transformers peft
|
30 |
```
|
31 |
#### 2. Load the model and generate a response:
|
32 |
You can load the model and use it to generate a response with the following code snippet:
|