Instructions to use hellstone1918/test-model 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 hellstone1918/test-model 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 hellstone1918/test-model:Q4_K_M # Run inference directly in the terminal: llama cli -hf hellstone1918/test-model:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf hellstone1918/test-model:Q4_K_M # Run inference directly in the terminal: llama cli -hf hellstone1918/test-model: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 hellstone1918/test-model:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf hellstone1918/test-model: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 hellstone1918/test-model:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf hellstone1918/test-model:Q4_K_M
Use Docker
docker model run hf.co/hellstone1918/test-model:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use hellstone1918/test-model with Ollama:
ollama run hf.co/hellstone1918/test-model:Q4_K_M
- Unsloth Studio
How to use hellstone1918/test-model 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 hellstone1918/test-model 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 hellstone1918/test-model to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for hellstone1918/test-model to start chatting
- Pi
How to use hellstone1918/test-model with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf hellstone1918/test-model:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "hellstone1918/test-model:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use hellstone1918/test-model with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf hellstone1918/test-model:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "hellstone1918/test-model:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use hellstone1918/test-model with Docker Model Runner:
docker model run hf.co/hellstone1918/test-model:Q4_K_M
- Lemonade
How to use hellstone1918/test-model with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull hellstone1918/test-model:Q4_K_M
Run and chat with the model
lemonade run user.test-model-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use hellstone1918/test-model with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf hellstone1918/test-model:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default hellstone1918/test-model:Q4_K_M
Run Hermes
hermes
- Atomic Chat
| { | |
| "best_global_step": null, | |
| "best_metric": null, | |
| "best_model_checkpoint": null, | |
| "epoch": 0.0032, | |
| "eval_steps": 500, | |
| "global_step": 40, | |
| "is_hyper_param_search": false, | |
| "is_local_process_zero": true, | |
| "is_world_process_zero": true, | |
| "log_history": [ | |
| { | |
| "epoch": 8e-05, | |
| "grad_norm": 0.2126462459564209, | |
| "learning_rate": 0.0, | |
| "loss": 0.7797, | |
| "step": 1 | |
| }, | |
| { | |
| "epoch": 0.00016, | |
| "grad_norm": 0.22393645346164703, | |
| "learning_rate": 4e-05, | |
| "loss": 0.8394, | |
| "step": 2 | |
| }, | |
| { | |
| "epoch": 0.00024, | |
| "grad_norm": 0.2677486538887024, | |
| "learning_rate": 8e-05, | |
| "loss": 1.0813, | |
| "step": 3 | |
| }, | |
| { | |
| "epoch": 0.00032, | |
| "grad_norm": 0.22248658537864685, | |
| "learning_rate": 0.00012, | |
| "loss": 0.8929, | |
| "step": 4 | |
| }, | |
| { | |
| "epoch": 0.0004, | |
| "grad_norm": 0.21182884275913239, | |
| "learning_rate": 0.00016, | |
| "loss": 0.7681, | |
| "step": 5 | |
| }, | |
| { | |
| "epoch": 0.00048, | |
| "grad_norm": 0.22956359386444092, | |
| "learning_rate": 0.0002, | |
| "loss": 0.9418, | |
| "step": 6 | |
| }, | |
| { | |
| "epoch": 0.00056, | |
| "grad_norm": 0.15817037224769592, | |
| "learning_rate": 0.00019636363636363636, | |
| "loss": 0.622, | |
| "step": 7 | |
| }, | |
| { | |
| "epoch": 0.00064, | |
| "grad_norm": 0.21448425948619843, | |
| "learning_rate": 0.00019272727272727274, | |
| "loss": 1.0023, | |
| "step": 8 | |
| }, | |
| { | |
| "epoch": 0.00072, | |
| "grad_norm": 0.13674581050872803, | |
| "learning_rate": 0.0001890909090909091, | |
| "loss": 0.8601, | |
| "step": 9 | |
| }, | |
| { | |
| "epoch": 0.0008, | |
| "grad_norm": 0.17133376002311707, | |
| "learning_rate": 0.00018545454545454545, | |
| "loss": 0.7606, | |
| "step": 10 | |
| }, | |
| { | |
| "epoch": 0.00088, | |
| "grad_norm": 0.14465345442295074, | |
| "learning_rate": 0.00018181818181818183, | |
| "loss": 0.8862, | |
| "step": 11 | |
| }, | |
| { | |
| "epoch": 0.00096, | |
| "grad_norm": 0.17820647358894348, | |
| "learning_rate": 0.0001781818181818182, | |
| "loss": 1.0947, | |
| "step": 12 | |
| }, | |
| { | |
| "epoch": 0.00104, | |
| "grad_norm": 0.19938325881958008, | |
| "learning_rate": 0.00017454545454545454, | |
| "loss": 0.9516, | |
| "step": 13 | |
| }, | |
| { | |
| "epoch": 0.00112, | |
| "grad_norm": 0.1456458568572998, | |
| "learning_rate": 0.0001709090909090909, | |
| "loss": 0.643, | |
| "step": 14 | |
| }, | |
| { | |
| "epoch": 0.0012, | |
| "grad_norm": 0.15397219359874725, | |
| "learning_rate": 0.00016727272727272728, | |
| "loss": 0.8796, | |
| "step": 15 | |
| }, | |
| { | |
| "epoch": 0.00128, | |
| "grad_norm": 0.1823822557926178, | |
| "learning_rate": 0.00016363636363636366, | |
| "loss": 0.6386, | |
| "step": 16 | |
| }, | |
| { | |
| "epoch": 0.00136, | |
| "grad_norm": 0.17513632774353027, | |
| "learning_rate": 0.00016, | |
| "loss": 1.0072, | |
| "step": 17 | |
| }, | |
| { | |
| "epoch": 0.00144, | |
| "grad_norm": 0.18893581628799438, | |
| "learning_rate": 0.00015636363636363637, | |
| "loss": 0.8296, | |
| "step": 18 | |
| }, | |
| { | |
| "epoch": 0.00152, | |
| "grad_norm": 0.14288924634456635, | |
| "learning_rate": 0.00015272727272727275, | |
| "loss": 0.7706, | |
| "step": 19 | |
| }, | |
| { | |
| "epoch": 0.0016, | |
| "grad_norm": 0.19747687876224518, | |
| "learning_rate": 0.0001490909090909091, | |
| "loss": 0.9394, | |
| "step": 20 | |
| }, | |
| { | |
| "epoch": 0.00168, | |
| "grad_norm": 0.16454721987247467, | |
| "learning_rate": 0.00014545454545454546, | |
| "loss": 0.9033, | |
| "step": 21 | |
| }, | |
| { | |
| "epoch": 0.00176, | |
| "grad_norm": 0.14900195598602295, | |
| "learning_rate": 0.00014181818181818184, | |
| "loss": 0.8576, | |
| "step": 22 | |
| }, | |
| { | |
| "epoch": 0.00184, | |
| "grad_norm": 0.12940283119678497, | |
| "learning_rate": 0.0001381818181818182, | |
| "loss": 1.0348, | |
| "step": 23 | |
| }, | |
| { | |
| "epoch": 0.00192, | |
| "grad_norm": 0.20981639623641968, | |
| "learning_rate": 0.00013454545454545455, | |
| "loss": 0.8895, | |
| "step": 24 | |
| }, | |
| { | |
| "epoch": 0.002, | |
| "grad_norm": 0.15692195296287537, | |
| "learning_rate": 0.00013090909090909093, | |
| "loss": 0.6424, | |
| "step": 25 | |
| }, | |
| { | |
| "epoch": 0.00208, | |
| "grad_norm": 0.16625981032848358, | |
| "learning_rate": 0.00012727272727272728, | |
| "loss": 0.829, | |
| "step": 26 | |
| }, | |
| { | |
| "epoch": 0.00216, | |
| "grad_norm": 0.2211565524339676, | |
| "learning_rate": 0.00012363636363636364, | |
| "loss": 0.8316, | |
| "step": 27 | |
| }, | |
| { | |
| "epoch": 0.00224, | |
| "grad_norm": 0.195374995470047, | |
| "learning_rate": 0.00012, | |
| "loss": 0.7891, | |
| "step": 28 | |
| }, | |
| { | |
| "epoch": 0.00232, | |
| "grad_norm": 0.17608334124088287, | |
| "learning_rate": 0.00011636363636363636, | |
| "loss": 1.0881, | |
| "step": 29 | |
| }, | |
| { | |
| "epoch": 0.0024, | |
| "grad_norm": 0.17408116161823273, | |
| "learning_rate": 0.00011272727272727272, | |
| "loss": 1.036, | |
| "step": 30 | |
| }, | |
| { | |
| "epoch": 0.00248, | |
| "grad_norm": 0.19866687059402466, | |
| "learning_rate": 0.00010909090909090909, | |
| "loss": 0.7093, | |
| "step": 31 | |
| }, | |
| { | |
| "epoch": 0.00256, | |
| "grad_norm": 0.13544298708438873, | |
| "learning_rate": 0.00010545454545454545, | |
| "loss": 0.5405, | |
| "step": 32 | |
| }, | |
| { | |
| "epoch": 0.00264, | |
| "grad_norm": 0.21242928504943848, | |
| "learning_rate": 0.00010181818181818181, | |
| "loss": 0.6611, | |
| "step": 33 | |
| }, | |
| { | |
| "epoch": 0.00272, | |
| "grad_norm": 0.15821397304534912, | |
| "learning_rate": 9.818181818181818e-05, | |
| "loss": 0.5818, | |
| "step": 34 | |
| }, | |
| { | |
| "epoch": 0.0028, | |
| "grad_norm": 0.17816060781478882, | |
| "learning_rate": 9.454545454545455e-05, | |
| "loss": 0.7647, | |
| "step": 35 | |
| }, | |
| { | |
| "epoch": 0.00288, | |
| "grad_norm": 0.1867559850215912, | |
| "learning_rate": 9.090909090909092e-05, | |
| "loss": 1.0044, | |
| "step": 36 | |
| }, | |
| { | |
| "epoch": 0.00296, | |
| "grad_norm": 0.1960001438856125, | |
| "learning_rate": 8.727272727272727e-05, | |
| "loss": 0.9061, | |
| "step": 37 | |
| }, | |
| { | |
| "epoch": 0.00304, | |
| "grad_norm": 0.15651346743106842, | |
| "learning_rate": 8.363636363636364e-05, | |
| "loss": 0.7163, | |
| "step": 38 | |
| }, | |
| { | |
| "epoch": 0.00312, | |
| "grad_norm": 0.1769719421863556, | |
| "learning_rate": 8e-05, | |
| "loss": 0.7815, | |
| "step": 39 | |
| }, | |
| { | |
| "epoch": 0.0032, | |
| "grad_norm": 0.17224644124507904, | |
| "learning_rate": 7.636363636363637e-05, | |
| "loss": 1.0022, | |
| "step": 40 | |
| } | |
| ], | |
| "logging_steps": 1, | |
| "max_steps": 60, | |
| "num_input_tokens_seen": 0, | |
| "num_train_epochs": 1, | |
| "save_steps": 10, | |
| "stateful_callbacks": { | |
| "TrainerControl": { | |
| "args": { | |
| "should_epoch_stop": false, | |
| "should_evaluate": false, | |
| "should_log": false, | |
| "should_save": true, | |
| "should_training_stop": false | |
| }, | |
| "attributes": {} | |
| } | |
| }, | |
| "total_flos": 4004827051892736.0, | |
| "train_batch_size": 2, | |
| "trial_name": null, | |
| "trial_params": null | |
| } | |