Instructions to use jeiku/Skinwalker_3B_GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use jeiku/Skinwalker_3B_GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="jeiku/Skinwalker_3B_GGUF", filename="Skinwalker-Q2_K.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 jeiku/Skinwalker_3B_GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf jeiku/Skinwalker_3B_GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf jeiku/Skinwalker_3B_GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf jeiku/Skinwalker_3B_GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf jeiku/Skinwalker_3B_GGUF:Q2_K
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 jeiku/Skinwalker_3B_GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf jeiku/Skinwalker_3B_GGUF:Q2_K
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 jeiku/Skinwalker_3B_GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf jeiku/Skinwalker_3B_GGUF:Q2_K
Use Docker
docker model run hf.co/jeiku/Skinwalker_3B_GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use jeiku/Skinwalker_3B_GGUF with Ollama:
ollama run hf.co/jeiku/Skinwalker_3B_GGUF:Q2_K
- Unsloth Studio new
How to use jeiku/Skinwalker_3B_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 jeiku/Skinwalker_3B_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 jeiku/Skinwalker_3B_GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for jeiku/Skinwalker_3B_GGUF to start chatting
- Docker Model Runner
How to use jeiku/Skinwalker_3B_GGUF with Docker Model Runner:
docker model run hf.co/jeiku/Skinwalker_3B_GGUF:Q2_K
- Lemonade
How to use jeiku/Skinwalker_3B_GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jeiku/Skinwalker_3B_GGUF:Q2_K
Run and chat with the model
lemonade run user.Skinwalker_3B_GGUF-Q2_K
List all available models
lemonade list
About This Model
This is the culmination of several weeks of work developing LoRAs for use with the StableLM 3B architecture. I have done away with all of the extraneous NSFW datasets to create a general purpose model more in line with modern model making sensibilities.
Note: This model will still output NSFW content if prompted to do so, but I have removed the humiliation and erotica training elements to bring the model more in line with the average users use case.
I hope you enjoy!
output
This is a merge of pre-trained language models created using mergekit.
Merge Details
Merge Method
This model was merged using the DARE TIES merge method using jeiku/Rosa_v1_3B as a base.
Models Merged
The following models were included in the merge:
- jeiku/Rosa_v1_3B + jeiku/alpaca-cleaned_StableLM
- jeiku/Rosa_v1_3B + jeiku/Gnosis_StableLM
- jeiku/Rosa_v1_3B + jeiku/smol_PIPPA_StableLM
- jeiku/Rosa_v1_3B + jeiku/Toxic_DPO_StableLM
- jeiku/Rosa_v1_3B + jeiku/No_Robots_Alpaca_StableLM
- jeiku/Rosa_v1_3B + jeiku/Bluemoon_cleaned_StableLM
Configuration
The following YAML configuration was used to produce this model:
models:
- model: jeiku/Rosa_v1_3B+jeiku/Bluemoon_cleaned_StableLM
parameters:
weight: 0.15
density: 0.166
- model: jeiku/Rosa_v1_3B+jeiku/No_Robots_Alpaca_StableLM
parameters:
weight: 0.25
density: 0.166
- model: jeiku/Rosa_v1_3B+jeiku/Gnosis_StableLM
parameters:
weight: 0.2
density: 0.166
- model: jeiku/Rosa_v1_3B+jeiku/smol_PIPPA_StableLM
parameters:
weight: 0.15
density: 0.166
- model: jeiku/Rosa_v1_3B+jeiku/alpaca-cleaned_StableLM
parameters:
weight: 0.05
density: 0.166
- model: jeiku/Rosa_v1_3B+jeiku/Toxic_DPO_StableLM
parameters:
weight: 0.2
density: 0.166
merge_method: dare_ties
base_model: jeiku/Rosa_v1_3B
parameters:
dtype: bfloat16
- Downloads last month
- 19
2-bit
6-bit
16-bit
docker model run hf.co/jeiku/Skinwalker_3B_GGUF: