Instructions to use rx-dev/gemmasutra-small-split-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use rx-dev/gemmasutra-small-split-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="rx-dev/gemmasutra-small-split-gguf", filename="gemmasutra-small-00001-of-00005.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use rx-dev/gemmasutra-small-split-gguf with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf rx-dev/gemmasutra-small-split-gguf # Run inference directly in the terminal: llama-cli -hf rx-dev/gemmasutra-small-split-gguf
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf rx-dev/gemmasutra-small-split-gguf # Run inference directly in the terminal: llama-cli -hf rx-dev/gemmasutra-small-split-gguf
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 rx-dev/gemmasutra-small-split-gguf # Run inference directly in the terminal: ./llama-cli -hf rx-dev/gemmasutra-small-split-gguf
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 rx-dev/gemmasutra-small-split-gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf rx-dev/gemmasutra-small-split-gguf
Use Docker
docker model run hf.co/rx-dev/gemmasutra-small-split-gguf
- LM Studio
- Jan
- Ollama
How to use rx-dev/gemmasutra-small-split-gguf with Ollama:
ollama run hf.co/rx-dev/gemmasutra-small-split-gguf
- Unsloth Studio new
How to use rx-dev/gemmasutra-small-split-gguf with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for rx-dev/gemmasutra-small-split-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for rx-dev/gemmasutra-small-split-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for rx-dev/gemmasutra-small-split-gguf to start chatting
- Docker Model Runner
How to use rx-dev/gemmasutra-small-split-gguf with Docker Model Runner:
docker model run hf.co/rx-dev/gemmasutra-small-split-gguf
- Lemonade
How to use rx-dev/gemmasutra-small-split-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull rx-dev/gemmasutra-small-split-gguf
Run and chat with the model
lemonade run user.gemmasutra-small-split-gguf-{{QUANT_TAG}}List all available models
lemonade list
Upload split GGUF files
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,8 @@ 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 |
+
gemmasutra-small-00001-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
gemmasutra-small-00002-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
gemmasutra-small-00003-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
gemmasutra-small-00004-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
gemmasutra-small-00005-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
gemmasutra-small-00001-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:834c8435a0c9cfc2cefae1caaba7b98cdc633725b8e94746906977d5554a5d9d
|
| 3 |
+
size 515877152
|
gemmasutra-small-00002-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9060229f3d8d78f9ed3aa531e8f3a618bdc7e1bd368825f6a7775452d32ab99a
|
| 3 |
+
size 506702912
|
gemmasutra-small-00003-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5982b739ebdc3ead7a19702893caf0acc3a084ff0473407d4dac4724fae93636
|
| 3 |
+
size 501007584
|
gemmasutra-small-00004-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3861a6f4899fc77a54dfa06b06ef509ef93023b4a563322b9173cd948398009c
|
| 3 |
+
size 505873632
|
gemmasutra-small-00005-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:111a6451258fd2a18880b5d144db92f56f3a84663bb06c127bf433436a6c12e9
|
| 3 |
+
size 429093536
|