curl & .gitignore
This commit is contained in:
parent
76457818a8
commit
fe13d2a1ca
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Qwen3-0.6B-Q8_0.gguf
|
||||||
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue