Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ This is a fine-tuned version of LLaMA 3.2 3B Instruct model, specifically optimi
|
|
29 |
|
30 |
### Installation
|
31 |
```python
|
32 |
-
pip install transformers torch
|
33 |
```
|
34 |
|
35 |
### Input Format and Usage
|
@@ -49,6 +49,7 @@ The model expects input in a specific format following this template:
|
|
49 |
### Basic Usage
|
50 |
```python
|
51 |
from transformers import pipeline
|
|
|
52 |
|
53 |
# Initialize the pipeline
|
54 |
generator = pipeline(
|
|
|
29 |
|
30 |
### Installation
|
31 |
```python
|
32 |
+
pip install transformers torch accelerate
|
33 |
```
|
34 |
|
35 |
### Input Format and Usage
|
|
|
49 |
### Basic Usage
|
50 |
```python
|
51 |
from transformers import pipeline
|
52 |
+
import torch
|
53 |
|
54 |
# Initialize the pipeline
|
55 |
generator = pipeline(
|