Update README.md
Browse filesfixed 1shot runserver command
README.md
CHANGED
@@ -12,6 +12,6 @@ To run this on mac or linux, make a new folder, go in it and run this whole in o
|
|
12 |
git clone -b stablelm-support https://github.com/Galunid/llama.cpp.git && \
|
13 |
cd llama.cpp && \
|
14 |
make && \
|
15 |
-
wget https://huggingface.co/nisten/obsidian-3b-multimodal-q6-gguf/
|
16 |
-
wget https://huggingface.co/nisten/obsidian-3b-multimodal-q6-gguf/
|
17 |
./server -m obsidian-q6.gguf --mmproj mmproj-obsidian-f16.gguf -ngl 42
|
|
|
12 |
git clone -b stablelm-support https://github.com/Galunid/llama.cpp.git && \
|
13 |
cd llama.cpp && \
|
14 |
make && \
|
15 |
+
wget https://huggingface.co/nisten/obsidian-3b-multimodal-q6-gguf/resolve/main/obsidian-q6.gguf && \
|
16 |
+
wget https://huggingface.co/nisten/obsidian-3b-multimodal-q6-gguf/resolve/main/mmproj-obsidian-f16.gguf && \
|
17 |
./server -m obsidian-q6.gguf --mmproj mmproj-obsidian-f16.gguf -ngl 42
|