Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ base_model:
|
|
24 |
# lshw のインストール (ollama インストール時に GPU を検出するのに必要)
|
25 |
$ apt update && apt install -y lshw
|
26 |
|
27 |
-
# ollama のインストール & 起動
|
28 |
$ curl -fsSL https://ollama.com/install.sh | sh
|
29 |
$ ollama serve
|
30 |
|
|
|
24 |
# lshw のインストール (ollama インストール時に GPU を検出するのに必要)
|
25 |
$ apt update && apt install -y lshw
|
26 |
|
27 |
+
# ollama (https://ollama.com/) のインストール & 起動
|
28 |
$ curl -fsSL https://ollama.com/install.sh | sh
|
29 |
$ ollama serve
|
30 |
|