Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Download models from the Ollama library, without Ollama

License

NotificationsYou must be signed in to change notification settings

akx/ollama-dl

Repository files navigation

Downloads models from theOllama library.

Example usage

If you haveuv installed, you can simply run:

uv run ollama_dl.py llama3.2

to have it install the dependencies required and run the script to download the defaultlatestversion ofMeta Llama 3.2.

(If you don't haveuv, set up a Python virtualenv,pip install -e . and run withollama-dl.)

Once a model has been downloaded, you can use with e.g.llama.cpp:

$ ollama-dl llama3.2:1b[09/26/24 14:32:04] INFO     Downloading to: library-llama3.2-1blibrary-llama3.2-1b/template-966de95ca8a6.txt (1 KB)  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00library-llama3.2-1b/license-a70ff7e570d9.txt (5 KB)   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00library-llama3.2-1b/license-fcc5a6bec9da.txt (7 KB)   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00library-llama3.2-1b/model-74701a8c35f6.gguf (1259 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00$ ../llama.cpp/llama-cli -m library-llama3.2-1b/model-74701a8c35f6.gguf -p "We're no strangers to love"build: 3828 (95bc82fb) with Apple clang version 16.0.0 (clang-1600.0.26.3) for arm64-apple-darwin23.6.0[...]We're no strangers to love, but we're no strangers to the chaos that comes with it. And, quite frankly, we're rather fond of a good argument.^C

About

Download models from the Ollama library, without Ollama

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp