PeterSchneider commited on
Commit
0852e8e
·
verified ·
1 Parent(s): c612bff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -10
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. Clone this model repository. Click three dots in the top right corner and choose 'Clone repository'.
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 the terminal or send curl requests now.
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
  ```