Skip to content

Commit

Permalink
udpate readme with llama3
Browse files Browse the repository at this point in the history
  • Loading branch information
caprizone6 committed Aug 15, 2024
1 parent 79adb96 commit 234f2ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions installation/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ We will install these two tools in the following steps:
You can check if Ollama is running by visiting http://localhost:11434/ in your default browser.
> [!CAUTION]
> After installing Ollama, close any open Terminal/Command Prompt before you pull Llama2.
> After installing Ollama, close any open Terminal/Command Prompt before you pull Llama3.
Once you start Ollama, you have to pull Lllama2 model by running following command:
Once you start Ollama, you have to pull Llama3 model by running following command:
```
ollama pull llama3
Expand All @@ -85,7 +85,6 @@ The output should look like this:
Total: 9.975889s
```
If you get error, you can check if Ollama is running by visiting http://localhost:11434/ in your default browser.
If it's taking more than a minute to run, your laptop might not have enough resources to run Ollama.
## MyGPT installation
Expand Down
5 changes: 2 additions & 3 deletions installation/macOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ We will install these required tools in the following steps:
You can check if Ollama is running by visiting http://localhost:11434/ in your default browser.
> [!CAUTION]
> After installing Ollama, close any open Terminal/Command Prompt before you pull Llama2.
> After installing Ollama, close any open Terminal/Command Prompt before you pull Llama3.
Once you start Ollama, you have to pull Lllama2 model by running following command:
Once you start Ollama, you have to pull Llama3 model by running following command:
```
ollama pull llama3
Expand All @@ -85,7 +85,6 @@ The output should look like this:
Total: 9.975889s
```
If you get error, you can check if Ollama is running by visiting http://localhost:11434/ in your default browser.
If it's taking more than a minute to run, your laptop might not have enough resources to run Ollama.
## MyGPT installation
Expand Down
5 changes: 2 additions & 3 deletions installation/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ We will install these two tools in the following steps:
You can check if Ollama is running by visiting http://localhost:11434/ in your default browser.
> [!CAUTION]
> After installing Ollama, close any open Terminal/Command Prompt before you pull Llama2.
> After installing Ollama, close any open Terminal/Command Prompt before you pull Llama3.
Once you start Ollama, you have to pull Lllama2 model by running following command:
Once you start Ollama, you have to pull Llama3 model by running following command:
```
ollama pull llama3
Expand All @@ -100,7 +100,6 @@ The output should look like this:
Total: 9.975889s
```
If you get error, you can check if Ollama is running by visiting http://localhost:11434/ in your default browser.
If it's taking more than a minute to run, your laptop might not have enough resources to run Ollama.
## MyGPT installation
Expand Down

0 comments on commit 234f2ac

Please sign in to comment.