Instructions to use mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-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 mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS # Run inference directly in the terminal: llama cli -hf mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS # Run inference directly in the terminal: llama cli -hf mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS
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 mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS
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 mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS
Use Docker
docker model run hf.co/mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS
- LM Studio
- Jan
- Ollama
How to use mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF with Ollama:
ollama run hf.co/mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS
- Lemonade
How to use mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Goliath-longLORA-120b-rope8-32k-fp16-GGUF:IQ3_XS
Run and chat with the model
lemonade run user.Goliath-longLORA-120b-rope8-32k-fp16-GGUF-IQ3_XS
List all available models
lemonade list
- Atomic Chat
uploaded from nethype/db3
Browse files
.gitattributes
CHANGED
|
@@ -49,3 +49,5 @@ Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_M.gguf.part1of2 filter=lfs diff=lfs me
|
|
| 49 |
Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_M.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
| 50 |
Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_S.gguf.part1of2 filter=lfs diff=lfs merge=lfs -text
|
| 51 |
Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_S.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 49 |
Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_M.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
| 50 |
Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_S.gguf.part1of2 filter=lfs diff=lfs merge=lfs -text
|
| 51 |
Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_S.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_L.gguf.part1of2 filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_L.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_L.gguf.part1of2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c9554ceb7c1bc4af5c0cb10a2e7bd61f7a92349df15e6efe91716347fd7e4f0
|
| 3 |
+
size 31138512896
|
Goliath-longLORA-120b-rope8-32k-fp16.Q3_K_L.gguf.part2of2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38d1a5c70b79ad5343f1d1c3d892d31d074b430ed690748d84a3853ccbe70c2b
|
| 3 |
+
size 30530645888
|