0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Deepseekをローカルで動かせるようにした

Posted at

背景

DeepSeekについて、Onlineで動かした場合、サーバーが混んでいるとなかなか使いづらい側面があり、また、なんらかの情報が吸い取られるかもしれないということで、ローカルで構築してみました。

環境

windows11
VSCODE

使用ツール

  • ollama
  • open webui
  • deepseek model: deepseek-r1:1.5B

構築手順

  1. ollamaのインストール
  2. open web uiのインストール
# モデルダウンロード
ollama run deepseek-r1:1.5B

pip install open-webui
open-webui serve

使用方法

ブラウザから
localhost:8080

初回はユーザ名とメールアドレスとパスワードを登録する

image.png

エラー対応

PCによっては、C++ビルドエラーが起きるので、下記のリンクからツールをダウンロードし、インストールする
https://visualstudio.microsoft.com/visual-cpp-build-tools/

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?