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
|
@@ -40,3 +40,5 @@ Goliath-longLORA-120b-rope8-32k-fp16.IQ3_S.gguf.part1of2 filter=lfs diff=lfs mer
|
|
| 40 |
Goliath-longLORA-120b-rope8-32k-fp16.IQ3_S.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
Goliath-longLORA-120b-rope8-32k-fp16.Q4_K_S.gguf.part1of2 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
Goliath-longLORA-120b-rope8-32k-fp16.Q4_K_S.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 40 |
Goliath-longLORA-120b-rope8-32k-fp16.IQ3_S.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
Goliath-longLORA-120b-rope8-32k-fp16.Q4_K_S.gguf.part1of2 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
Goliath-longLORA-120b-rope8-32k-fp16.Q4_K_S.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Goliath-longLORA-120b-rope8-32k-fp16.IQ3_M.gguf.part1of2 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Goliath-longLORA-120b-rope8-32k-fp16.IQ3_M.gguf.part2of2 filter=lfs diff=lfs merge=lfs -text
|
Goliath-longLORA-120b-rope8-32k-fp16.IQ3_M.gguf.part1of2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e1cc5ca1650211feb02ee31911d48bebec9acd00d0aee1a096e635a7cc3f012
|
| 3 |
+
size 26843545600
|
Goliath-longLORA-120b-rope8-32k-fp16.IQ3_M.gguf.part2of2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d596377360feb18eb0303b8ad83fb0032c973f8e3b0185202e2858db5c1b021
|
| 3 |
+
size 25766965120
|