Instructions to use Jerboas86/astrone_split_models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Jerboas86/astrone_split_models with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Jerboas86/astrone_split_models", filename="medgemma-27b-text-it-UD-IQ1_S-00001-of-00014.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Jerboas86/astrone_split_models with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Jerboas86/astrone_split_models:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Jerboas86/astrone_split_models:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Jerboas86/astrone_split_models:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Jerboas86/astrone_split_models:Q4_K_M
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 Jerboas86/astrone_split_models:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Jerboas86/astrone_split_models:Q4_K_M
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 Jerboas86/astrone_split_models:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Jerboas86/astrone_split_models:Q4_K_M
Use Docker
docker model run hf.co/Jerboas86/astrone_split_models:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Jerboas86/astrone_split_models with Ollama:
ollama run hf.co/Jerboas86/astrone_split_models:Q4_K_M
- Unsloth Studio
How to use Jerboas86/astrone_split_models 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 Jerboas86/astrone_split_models 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 Jerboas86/astrone_split_models to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Jerboas86/astrone_split_models to start chatting
- Docker Model Runner
How to use Jerboas86/astrone_split_models with Docker Model Runner:
docker model run hf.co/Jerboas86/astrone_split_models:Q4_K_M
- Lemonade
How to use Jerboas86/astrone_split_models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Jerboas86/astrone_split_models:Q4_K_M
Run and chat with the model
lemonade run user.astrone_split_models-Q4_K_M
List all available models
lemonade list
Jerboas86 commited on
[feat] add gemma-4b-it-q8.gguf
Browse files- medgemma-4b-it-Q8_0-00001-of-00009.gguf +3 -0
- medgemma-4b-it-Q8_0-00002-of-00009.gguf +3 -0
- medgemma-4b-it-Q8_0-00003-of-00009.gguf +3 -0
- medgemma-4b-it-Q8_0-00004-of-00009.gguf +3 -0
- medgemma-4b-it-Q8_0-00005-of-00009.gguf +3 -0
- medgemma-4b-it-Q8_0-00006-of-00009.gguf +3 -0
- medgemma-4b-it-Q8_0-00007-of-00009.gguf +3 -0
- medgemma-4b-it-Q8_0-00008-of-00009.gguf +3 -0
- medgemma-4b-it-Q8_0-00009-of-00009.gguf +3 -0
medgemma-4b-it-Q8_0-00001-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3db2ca2b819db339724e5d8f9cc042620592f0f6d22596273b100e38e547d339
|
| 3 |
+
size 6525856
|
medgemma-4b-it-Q8_0-00002-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10214fbace0b04db04247a0523bbc8490e317b3a5f3752a2160740ea38d666f4
|
| 3 |
+
size 713205952
|
medgemma-4b-it-Q8_0-00003-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34ae404cfefd6ae360a73cba15e09ca0d339bfb4052a0296efbb4dd28d415941
|
| 3 |
+
size 509936704
|
medgemma-4b-it-Q8_0-00004-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39c439e770cbdd65ea3226fcd500fbc3e5b871184a19653b2333d1b620f72fe3
|
| 3 |
+
size 509926432
|
medgemma-4b-it-Q8_0-00005-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d006497cb494e21e89a7e03d8838fa881c9dd13cfa321cb22c4113d3c9f75688
|
| 3 |
+
size 501569440
|
medgemma-4b-it-Q8_0-00006-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:564c3bee6454bc4828c597ccedd536657f272969555d6dbe0d5befc7d37b1800
|
| 3 |
+
size 501569440
|
medgemma-4b-it-Q8_0-00007-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa468ebc129696b4a835b16ad5fc023e41cf8b8376f2a82badcfcd2b56f2bbe7
|
| 3 |
+
size 501569440
|
medgemma-4b-it-Q8_0-00008-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d62fca0df7be277b354861cadbd3b18347c3adbf529d29cc507e44b53215b85
|
| 3 |
+
size 501569440
|
medgemma-4b-it-Q8_0-00009-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75ae61512f86d22061268b1f60706512d3b69b27c581231795a5a5381ea9fe98
|
| 3 |
+
size 384531200
|