pattaraearth
commited on
Commit
•
52b12d3
1
Parent(s):
a1bdacd
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 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:
|
|
|
26 |
#### 1. Install the required dependencies:
|
27 |
Make sure you have the necessary libraries installed by running:
|
28 |
```shell
|
29 |
+
pip install librosa torch torchaudio 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:
|