Update README.md
Browse files
README.md
CHANGED
@@ -33,23 +33,16 @@ Large Language Models, including CodeLlama-7B-QML, are not designed to be deploy
|
|
33 |
|
34 |
## How to run CodeLlama-7B-QML:
|
35 |
|
36 |
-
1. Install ollama with the following command:
|
37 |
```
|
38 |
https://ollama.com/download
|
39 |
```
|
40 |
-
2.
|
41 |
-
3. Open the terminal and go to the just cloned repository.
|
42 |
-
4. Build the model in ollama by executing the given command in the terminal:
|
43 |
-
```
|
44 |
-
ollama create theqtcompany/codellama-7b-qml -f Modelfile
|
45 |
-
```
|
46 |
-
The model's name must be exactly as above if one wants to use the model in the Qt Creator
|
47 |
-
5. Run the model by entering the provided command int he terminal:
|
48 |
```
|
49 |
ollama run theqtcompany/codellama-7b-qml
|
50 |
```
|
51 |
|
52 |
-
You can start writing prompts in
|
53 |
|
54 |
Here is a curl request example:
|
55 |
```
|
|
|
33 |
|
34 |
## How to run CodeLlama-7B-QML:
|
35 |
|
36 |
+
1. Install ollama with the following command (if you are not using it yet):
|
37 |
```
|
38 |
https://ollama.com/download
|
39 |
```
|
40 |
+
2. Run the model with the following command in Ollama's CLI:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
```
|
42 |
ollama run theqtcompany/codellama-7b-qml
|
43 |
```
|
44 |
|
45 |
+
You can start writing prompts in Ollama's CLI or send curl requests now.
|
46 |
|
47 |
Here is a curl request example:
|
48 |
```
|