Instructions to use AI-Engine/gemma-2-27b-it-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 AI-Engine/gemma-2-27b-it-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 AI-Engine/gemma-2-27b-it-GGUF:IQ2_XS # Run inference directly in the terminal: llama cli -hf AI-Engine/gemma-2-27b-it-GGUF:IQ2_XS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf AI-Engine/gemma-2-27b-it-GGUF:IQ2_XS # Run inference directly in the terminal: llama cli -hf AI-Engine/gemma-2-27b-it-GGUF:IQ2_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 AI-Engine/gemma-2-27b-it-GGUF:IQ2_XS # Run inference directly in the terminal: ./llama-cli -hf AI-Engine/gemma-2-27b-it-GGUF:IQ2_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 AI-Engine/gemma-2-27b-it-GGUF:IQ2_XS # Run inference directly in the terminal: ./build/bin/llama-cli -hf AI-Engine/gemma-2-27b-it-GGUF:IQ2_XS
Use Docker
docker model run hf.co/AI-Engine/gemma-2-27b-it-GGUF:IQ2_XS
- LM Studio
- Jan
- Ollama
How to use AI-Engine/gemma-2-27b-it-GGUF with Ollama:
ollama run hf.co/AI-Engine/gemma-2-27b-it-GGUF:IQ2_XS
- Unsloth Desktop
- Docker Model Runner
How to use AI-Engine/gemma-2-27b-it-GGUF with Docker Model Runner:
docker model run hf.co/AI-Engine/gemma-2-27b-it-GGUF:IQ2_XS
- Lemonade
How to use AI-Engine/gemma-2-27b-it-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AI-Engine/gemma-2-27b-it-GGUF:IQ2_XS
Run and chat with the model
lemonade run user.gemma-2-27b-it-GGUF-IQ2_XS
List all available models
lemonade list
- Atomic Chat
Upload gemma-2-27b-it.IQ4_XS.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- gemma-2-27b-it.IQ4_XS.gguf +3 -0
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ gemma-2-27b-it.q2_k.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
gemma-2-27b-it.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
gemma-2-27b-it.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
gemma-2-27b-it.IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
gemma-2-27b-it.q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
gemma-2-27b-it.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
gemma-2-27b-it.IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
gemma-2-27b-it.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
gemma-2-27b-it.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36f5cd6901d110240731b98f32605a6c4ebc5794f0a2b850c9498b9ca2eb38c2
|
| 3 |
+
size 14814420480
|