curl & .gitignore

This commit is contained in:
Sergei Poljanski 2026-02-25 10:43:24 +02:00
commit fe13d2a1ca
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
Qwen3-0.6B-Q8_0.gguf

View file

@ -20,6 +20,6 @@ ollama run qwen3:0.6b
### llama.cpp ### llama.cpp
```sh ```sh
# Download a GGUF from https://huggingface.co/Qwen/Qwen3-0.6B-GGUF curl -L -O https://huggingface.co/Qwen/Qwen3-0.6B-GGUF/resolve/main/Qwen3-0.6B-Q8_0.gguf
llama-cli -m Qwen3-0.6B-Q4_K_M.gguf -p "Hello" -cnv llama-cli -m Qwen3-0.6B-Q8_0.gguf -p "Hello" -cnv
``` ```