We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff7256 commit f18e176Copy full SHA for f18e176
Readme.md
@@ -17,7 +17,7 @@ Deploy llama3.2 on Oyster using the ollama framework and interact with it in a v
17
2. Update the following docker images according to your system's architecture in the `docker-compose.yml`
18
```sh
19
# http proxy service
20
- http_proxy:
+ llama_proxy:
21
image: kalpita888/ollama_arm64:0.0.1 # For arm64 system use kalpita888/ollama_arm64:0.0.1 and for amd64 system use kalpita888/ollama_amd64:0.0.1
22
```
23
0 commit comments