Instructions to use pixelmelt/Incelgpt-24B_v1.1 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 pixelmelt/Incelgpt-24B_v1.1 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 pixelmelt/Incelgpt-24B_v1.1:F16 # Run inference directly in the terminal: llama cli -hf pixelmelt/Incelgpt-24B_v1.1:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf pixelmelt/Incelgpt-24B_v1.1:F16 # Run inference directly in the terminal: llama cli -hf pixelmelt/Incelgpt-24B_v1.1:F16
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 pixelmelt/Incelgpt-24B_v1.1:F16 # Run inference directly in the terminal: ./llama-cli -hf pixelmelt/Incelgpt-24B_v1.1:F16
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 pixelmelt/Incelgpt-24B_v1.1:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf pixelmelt/Incelgpt-24B_v1.1:F16
Use Docker
docker model run hf.co/pixelmelt/Incelgpt-24B_v1.1:F16
- LM Studio
- Jan
- Ollama
How to use pixelmelt/Incelgpt-24B_v1.1 with Ollama:
ollama run hf.co/pixelmelt/Incelgpt-24B_v1.1:F16
- Unsloth Studio
How to use pixelmelt/Incelgpt-24B_v1.1 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 pixelmelt/Incelgpt-24B_v1.1 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 pixelmelt/Incelgpt-24B_v1.1 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for pixelmelt/Incelgpt-24B_v1.1 to start chatting
- Docker Model Runner
How to use pixelmelt/Incelgpt-24B_v1.1 with Docker Model Runner:
docker model run hf.co/pixelmelt/Incelgpt-24B_v1.1:F16
- Lemonade
How to use pixelmelt/Incelgpt-24B_v1.1 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull pixelmelt/Incelgpt-24B_v1.1:F16
Run and chat with the model
lemonade run user.Incelgpt-24B_v1.1-F16
List all available models
lemonade list
- Atomic Chat
| { | |
| "temp": 0.7, | |
| "temperature_last": true, | |
| "top_p": 1, | |
| "top_k": 40, | |
| "top_a": 0, | |
| "tfs": 1, | |
| "epsilon_cutoff": 0, | |
| "eta_cutoff": 0, | |
| "typical_p": 1, | |
| "min_p": 0, | |
| "rep_pen": 1.09, | |
| "rep_pen_range": 0, | |
| "rep_pen_decay": 0, | |
| "rep_pen_slope": 0.7, | |
| "no_repeat_ngram_size": 0, | |
| "penalty_alpha": 0, | |
| "num_beams": 1, | |
| "length_penalty": 1, | |
| "min_length": 0, | |
| "encoder_rep_pen": 1, | |
| "freq_pen": 0, | |
| "presence_pen": 1, | |
| "skew": 0, | |
| "do_sample": true, | |
| "early_stopping": true, | |
| "dynatemp": false, | |
| "min_temp": 0, | |
| "max_temp": 2, | |
| "dynatemp_exponent": 1, | |
| "smoothing_factor": 0, | |
| "smoothing_curve": 1, | |
| "dry_allowed_length": 2, | |
| "dry_multiplier": 0.55, | |
| "dry_base": 1.75, | |
| "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]", | |
| "dry_penalty_last_n": 28672, | |
| "add_bos_token": true, | |
| "ban_eos_token": false, | |
| "skip_special_tokens": true, | |
| "mirostat_mode": 0, | |
| "mirostat_tau": 5, | |
| "mirostat_eta": 0.1, | |
| "guidance_scale": 1, | |
| "negative_prompt": "", | |
| "grammar_string": "", | |
| "json_schema": {}, | |
| "banned_tokens": "", | |
| "sampler_priority": [ | |
| "repetition_penalty", | |
| "presence_penalty", | |
| "frequency_penalty", | |
| "dry", | |
| "temperature", | |
| "dynamic_temperature", | |
| "quadratic_sampling", | |
| "top_n_sigma", | |
| "top_k", | |
| "top_p", | |
| "typical_p", | |
| "epsilon_cutoff", | |
| "eta_cutoff", | |
| "tfs", | |
| "top_a", | |
| "min_p", | |
| "mirostat", | |
| "xtc", | |
| "encoder_repetition_penalty", | |
| "no_repeat_ngram" | |
| ], | |
| "samplers": [ | |
| "penalties", | |
| "dry", | |
| "top_n_sigma", | |
| "top_k", | |
| "typ_p", | |
| "tfs_z", | |
| "typical_p", | |
| "top_p", | |
| "min_p", | |
| "xtc", | |
| "temperature" | |
| ], | |
| "samplers_priorities": [ | |
| "dry", | |
| "penalties", | |
| "no_repeat_ngram", | |
| "temperature", | |
| "top_nsigma", | |
| "top_p_top_k", | |
| "top_a", | |
| "min_p", | |
| "tfs", | |
| "eta_cutoff", | |
| "epsilon_cutoff", | |
| "typical_p", | |
| "quadratic", | |
| "xtc" | |
| ], | |
| "ignore_eos_token": false, | |
| "spaces_between_special_tokens": true, | |
| "speculative_ngram": false, | |
| "sampler_order": [ | |
| 0, | |
| 2, | |
| 6, | |
| 5, | |
| 3, | |
| 1, | |
| 4 | |
| ], | |
| "logit_bias": [], | |
| "xtc_threshold": 0.1, | |
| "xtc_probability": 0.5, | |
| "nsigma": 0, | |
| "min_keep": 0, | |
| "extensions": {}, | |
| "rep_pen_size": 0, | |
| "genamt": 512, | |
| "max_length": 32768 | |
| } |