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
|
@@ -42,3 +42,4 @@ Goliath-longLORA-120b-rope8-32k-fp16.Q4_K_S.gguf.part1of2 filter=lfs diff=lfs me
|
|
| 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
|
|
|
|
|
|
| 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
|
| 45 |
+
Goliath-longLORA-120b-rope8-32k-fp16.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Goliath-longLORA-120b-rope8-32k-fp16.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fcb543d3963a96745ffef751360765c1d8b4630ea7841959fa529ff2e933f5c
|
| 3 |
+
size 43245727616
|