Update README.md
Browse files
README.md
CHANGED
@@ -32,12 +32,15 @@ A specialized fine-tuned version of the `meta-llama/Llama-3.2-1B-Instruct` model
|
|
32 |
## Getting Started
|
33 |
|
34 |
### Prerequisites
|
35 |
-
|
36 |
1. Install [Ollama](https://ollama.com/)
|
37 |
2. Install required Python packages:
|
38 |
```bash
|
39 |
pip install langchain pydantic torch langchain-ollama
|
40 |
```
|
|
|
|
|
|
|
41 |
|
42 |
### Installation Steps
|
43 |
|
|
|
32 |
## Getting Started
|
33 |
|
34 |
### Prerequisites
|
35 |
+
Method 1:
|
36 |
1. Install [Ollama](https://ollama.com/)
|
37 |
2. Install required Python packages:
|
38 |
```bash
|
39 |
pip install langchain pydantic torch langchain-ollama
|
40 |
```
|
41 |
+
Method 1:
|
42 |
+
1. Click use this model
|
43 |
+
2. Click Ollama
|
44 |
|
45 |
### Installation Steps
|
46 |
|