Instructions to use bcse/BigLiz-120b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use bcse/BigLiz-120b-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf bcse/BigLiz-120b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf bcse/BigLiz-120b-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf bcse/BigLiz-120b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf bcse/BigLiz-120b-GGUF:Q2_K
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf bcse/BigLiz-120b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf bcse/BigLiz-120b-GGUF:Q2_K
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf bcse/BigLiz-120b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf bcse/BigLiz-120b-GGUF:Q2_K
Use Docker
docker model run hf.co/bcse/BigLiz-120b-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use bcse/BigLiz-120b-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "bcse/BigLiz-120b-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "bcse/BigLiz-120b-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/bcse/BigLiz-120b-GGUF:Q2_K
- Ollama
How to use bcse/BigLiz-120b-GGUF with Ollama:
ollama run hf.co/bcse/BigLiz-120b-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use bcse/BigLiz-120b-GGUF with Docker Model Runner:
docker model run hf.co/bcse/BigLiz-120b-GGUF:Q2_K
- Lemonade
How to use bcse/BigLiz-120b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull bcse/BigLiz-120b-GGUF:Q2_K
Run and chat with the model
lemonade run user.BigLiz-120b-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
GGUF model commit (made with llama.cpp commit 2bed4aa3)
Browse files- .gitattributes +2 -0
- README.md +10 -0
- bigliz-120b.Q3_K_S.gguf-split-a +3 -0
- bigliz-120b.Q3_K_S.gguf-split-b +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
bigliz-120b.Q3_K_S.gguf-split-a filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
bigliz-120b.Q3_K_S.gguf-split-b filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: llama2
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: conversational
|
| 6 |
+
tags:
|
| 7 |
+
- lzlv
|
| 8 |
+
- WinterGoddess
|
| 9 |
+
- frankenmerge
|
| 10 |
+
- 120b
|
| 11 |
---
|
| 12 |
+
# BigLiz 120B - GGUF
|
| 13 |
+
- Original model: [BigLiz 120B](https://huggingface.co/llmixer/BigLiz-120b)
|
bigliz-120b.Q3_K_S.gguf-split-a
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9418afc0e6610dc2875975dd309a7ed7902f4c562141976ca34c47530c268f8
|
| 3 |
+
size 25353246352
|
bigliz-120b.Q3_K_S.gguf-split-b
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04a858b35d8e768eb163ad59ec46768986a0b992cd49c749d051b8f5d4b3705f
|
| 3 |
+
size 25353246352
|